-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "xiedaimala",
"version": "1.1.10",
"description": "xiedaimala.com upload video",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jirengu/xiedaimala-upload.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jirengu/xiedaimala-upload/issues"
},
"homepage": "https://github.com/jirengu/xiedaimala-upload#readme",
"dependencies": {
"async": "^2.6.0",
"axios": "^0.17.1",
"bash-color": "^0.0.4",
"colors": "^1.1.2",
"commander": "^2.11.0",
"filename-regex": "^2.0.1",
"get-stdin": "^5.0.1",
"latest-version": "^3.1.0",
"lodash": "^4.17.4",
"node-persist": "^2.1.0",
"ora": "^1.3.0",
"prompt-base": "^5.0.0",
"prompt-password": "^1.2.0",
"qiniu": "^7.1.1",
"table": "^4.0.2",
"update-notifier": "^2.3.0",
"version": "^0.1.2"
},
"bin": {
"xiedaimala": "bin/xiedaimala.js",
"xdml": "bin/xiedaimala.js"
}
}