-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "@mengole/gm-cli",
"version": "1.0.5",
"description": "脚手架cli",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bin/gm.js"
},
"bin": {
"gm": "bin/gm.js"
},
"keywords": [],
"author": "menggao",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.1.6",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-latest-node": "^2.0.2",
"babel-register": "^6.26.0",
"colors": "^1.3.2",
"commander": "^2.19.0",
"download-git-repo": "^1.1.0",
"inquirer": "^6.2.0",
"ora": "^3.0.0",
"shelljs": "^0.8.4"
},
"devDependencies": {
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gaomeng965/gm-cli.git"
},
"bugs": {
"url": "https://github.com/gaomeng965/gm-cli/issues"
},
"homepage": "https://github.com/gaomeng965/gm-cli#readme"
}