-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 799 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 799 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": "coding-generic",
"version": "1.2.13",
"description": "",
"main": "index.js",
"bin": {
"coding-generic": "./bin/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bluebird": "^3.7.2",
"chalk": "^4.1.0",
"cos-nodejs-sdk-v5": "^2.8.2",
"form-data": "^3.0.0",
"glob": "^8.0.3",
"progress": "^2.0.3",
"prompts": "^2.3.2",
"spark-md5": "^3.0.1",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"yargs": "^16.0.3"
},
"repository": {
"type": "git",
"url": "git@github.com:Coding/coding-generic.git"
},
"devDependencies": {
"eslint": "^8.44.0"
}
}