-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 757 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
{
"name": "cli-creator",
"version": "1.0.4",
"description": "脚手架生成器",
"main": "index.js",
"bin": {
"sto": "./bin/www"
},
"scripts": {
"compile": "babel src -d dist",
"watch": "npm run compile --watch",
"postinstall": "sto config set"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-env": "^2.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"download-git-repo": "^2.0.0",
"ini": "^1.3.5",
"inquirer": "^6.5.0",
"log-symbols": "^3.0.0",
"ora": "^3.4.0",
"rimraf": "^3.0.2"
}
}