-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 901 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 901 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
34
35
36
37
38
39
40
{
"name": "autoconfg-cli",
"version": "1.0.4",
"description": "auto confg cli",
"main": "lib/command.js",
"scripts": {
"lint": "eslint .",
"fix": "eslint --fix .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"autoConfg": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a526672351/autoConfg-cli.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/a526672351/autoConfg-cli/issues"
},
"homepage": "https://github.com/a526672351/autoConfg-cli#readme",
"dependencies": {
"chalk": "^2.4.1",
"co": "^4.6.0",
"commander": "^2.19.0",
"compressing": "^1.4.0",
"inquirer": "^6.2.1",
"mz-modules": "^2.1.0",
"ora": "^3.0.0",
"proxy-agent": "^3.0.3",
"shelljs": "^0.8.3",
"urllib": "^2.31.3"
},
"files": [
"bin",
"lib"
]
}