forked from ymm-tech/gods-pen-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "gods-pen-cli",
"version": "1.0.15",
"description": "这是码良命令行工具,目前包含码良组件过程中的所有工具",
"bin": {
"gods-pen": "bin/maliang",
"gods-pen-build": "bin/maliang-build",
"gods-pen-pack": "bin/maliang-pack",
"gods-pen-create": "bin/maliang-create",
"gods-pen-config": "bin/maliang-config",
"gods-pen-publish": "bin/maliang-publish",
"gods-pen-serve": "bin/maliang-serve"
},
"repository": {
"type": "git",
"url": "[email protected]:ymm-tech/gods-pen-cli.git"
},
"engines": {
"node": ">=7.6.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"archiver": "^3.1.1",
"chalk": "^1.1.3",
"commander": "^2.15.1",
"ejs": "^2.6.1",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"image-size": "^0.8.1",
"inquirer": "^6.2.0",
"open": "^7.0.2",
"ora": "^3.4.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"rimraf": "^2.6.2",
"runscript": "^1.4.0",
"unzip": "^0.1.11"
},
"devDependencies": {}
}