-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
51 lines (51 loc) · 1.15 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": "pandora-cli",
"version": "0.9.1",
"description": "pandora cli",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"pandola": "./bin/cli.js",
"pa": "./bin/cli.js",
"pia": "./bin/cli.js",
"papapa": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pandolajs/pandora-cli.git"
},
"keywords": [
"pandorajs",
"cli"
],
"author": "JohnHou",
"license": "MIT",
"bugs": {
"url": "https://github.com/pandolajs/pandora-cli/issues"
},
"homepage": "https://github.com/pandolajs/pandora-cli#readme",
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-pandola": "^2.0.0"
},
"dependencies": {
"chalk": "^2.4.1",
"console.table": "^0.10.0",
"crimson-progressbar": "^1.2.0",
"deep-extend": "^0.6.0",
"del": "^3.0.0",
"find-up": "^3.0.0",
"fs-extra": "^7.0.1",
"globby": "^9.1.0",
"got": "^8.3.1",
"inquirer": "^6.0.0",
"micromatch": "^3.1.10",
"npmi": "^4.0.0",
"ora": "^3.1.0",
"package-json": "^5.0.0",
"tar": "^4.4.4",
"yargs": "^11.0.0"
}
}