-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 882 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 882 Bytes
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
{
"name": "ksyun-sdk-node",
"version": "1.5.58",
"description": "",
"main": "dist/index.js",
"scripts": {
"lint": "eslint --ext .js src/",
"build": "babel src --out-dir dist",
"test": "mocha",
"example": "node example/iam.js",
"postversion": "git push && git push --tags"
},
"keywords": [],
"author": "Sunxinqiang",
"license": "ISC",
"dependencies": {
"abort-controller": "^3.0.0",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.7",
"node-fetch": "^2.6.7",
"qs": "^6.10.3"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"chai": "^4.3.6",
"eslint": "^8.10.0",
"https-proxy-agent": "^5.0.0",
"mocha": "^9.2.1"
}
}