-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.09 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
{
"name": "tac-cli",
"version": "1.0.8",
"description": "Tencent Qcloud mobileline command tool.",
"keywords": [
"tac",
"mobileline",
"qcloud",
"storage",
"application"
],
"main": "index.js",
"scripts": {
"version": "cd test && node test.js -v",
"config": "cd test && node test.js config",
"ls": "cd test && node test.js ls",
"use": "cd test && node test.js use",
"deploy": "cd test && node test.js deploy ./www"
},
"bin": {
"tac": "./bin/tac.js"
},
"homepage": "https://github.com/carsonxu/tac-cli",
"bugs": "https://github.com/carsonxu/tac-cli/issues",
"repository": {
"type": "git",
"url": "https://github.com/carsonxu/tac-cli.git"
},
"author": {
"name": "carsonxu"
},
"maintainers": [
{
"name": "carsonxu"
}
],
"engines": {
"node": ">=0.9"
},
"license": "MIT",
"dependencies": {
"colors": "^1.2.1",
"configstore": "^3.1.2",
"cos-nodejs-sdk-v5": "^2.4.7",
"read": "^1.0.7",
"request": "^2.85.0",
"revalidator": "^0.3.1",
"utile": "^0.3.0",
"winston": "^2.4.2"
}
}