-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.6 KB
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
52
53
54
55
56
57
58
{
"name": "hello-cli",
"version": "1.0.0",
"description": "关于cli的工程",
"main": "index.js",
"scripts": {
"test": "jest",
"serve": "node server.js"
},
"bin": {
"hello": "./bin/hello",
"hello-cli": "./bin/hello"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.17",
"@vue/compiler-sfc": "^3.0.5",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.6.3",
"open": "^7.4.2",
"sass": "^1.32.8"
},
"dependencies": {
"axios": "^0.19.2",
"chalk": "^4.1.0",
"commander": "^4.1.1",
"consolidate": "^0.15.1",
"deepcopy": "^2.1.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.0.1",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"hash-sum": "^2.0.0",
"inquirer": "^7.0.6",
"metalsmith": "^2.3.0",
"ncp": "^2.0.0",
"ora": "^4.1.1",
"vue": "^3.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rockboom/hello-cli.git"
},
"bugs": {
"url": "https://github.com/rockboom/hello-cli/issues"
},
"homepage": "https://github.com/rockboom/hello-cli#readme"
}