-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@asposecloud/aspose-email-cloud",
"version": "21.9.0",
"description": "Aspose.Email Cloud Node.js SDK",
"homepage": "https://products.aspose.cloud/email",
"author": {
"name": "Aspose Pty Ltd",
"url": "https://github.com/aspose-email-cloud"
},
"license": "MIT",
"engines": {
"node": ">=6.15"
},
"repository": {
"type": "git",
"url": "https://github.com/aspose-email-cloud/aspose-email-cloud-node.git"
},
"keywords": [
"Aspose",
"Email",
"Cloud",
"REST",
"API",
"SDK",
"Outlook",
"MSG",
"EML",
"MHT"
],
"readmeFilename": "README.md",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/src",
"dist/index.*"
],
"scripts": {
"compile": "tsc --build tsconfig.json",
"test-pipeline": "mocha -r ts-node/register -f '#pipeline' ./test/*"
},
"dependencies": {
"@types/request": "^2.47.0",
"request": "^2.87.0",
"request-debug": "^0.2.0"
},
"devDependencies": {
"@types/node": "^12.0.10",
"@types/uuid": "^3.4.6",
"@types/mocha": "^7.0.2",
"@types/chai": "^4.2.11",
"cross-var": "^1.1.0",
"mocha": "^7.1.2",
"chai": "^4.2.0",
"nyc": "^14.1.1",
"ts-node": "^4.1.0",
"typescript": "^3.7.2",
"uuid": "^3.3.3"
}
}