-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "huaweicloud-sdk-nodejs-v3",
"version": "3.1.124",
"description": "Core code for Huaweicloud SDK for Node.js",
"main": "index.js",
"scripts": {
"tsc": "tsc",
"dev": " ts-node-dev ./example/index.ts",
"prod": "tsc && node ./build/index.js",
"test": "mocha -r ts-node/register test/*test.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/huaweicloud/huaweicloud-sdk-nodejs-v3"
},
"author": "HuaweiCloud_SDK",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.28.1",
"form-data": "^4.0.0",
"https-proxy-agent": "^5.0.0",
"is-stream": "^2.0.0",
"lodash": "^4.17.21",
"log4js": "^6.3.0",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"ramda": "^0.27.1"
},
"devDependencies": {
"@babel/parser": "^7.19.1",
"@types/chai": "^4.2.16",
"@types/chai-like": "^1.1.0",
"@types/chai-spies": "^1.0.3",
"@types/chai-things": "^0.0.34",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.172",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/sinon": "^10.0.13",
"busboy": "^0.3.1",
"chai": "^4.3.4",
"chai-like": "^1.1.1",
"chai-spies": "^1.0.0",
"chai-things": "^0.2.0",
"jest": "^29.4.3",
"mocha": "^8.3.2",
"moxios": "^0.4.0",
"nock": "^13.1.0",
"nyc": "^15.1.0",
"shx": "^0.3.2",
"sinon": "^15.0.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^4.9.5"
}
}