-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 888 Bytes
/
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
{
"name": "starter-cli",
"version": "1.10.3",
"description": "Item Scaffolding Tool",
"main": "index.js",
"bin": {
"starter": "./bin/goze.js"
},
"scripts": {
"publish-patch": "npm version patch; npm publish",
"publish-minor": "npm version minor; npm publish",
"changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"type": "git",
"url": "https://github.com/Gozeon/starter-cli.git"
},
"keywords": [
"starter",
"cli",
"template"
],
"author": "goze",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"conventional-changelog-cli": "^1.3.2",
"find-config": "^1.0.0",
"fs-extra": "^3.0.1",
"node-emoji": "^1.5.1",
"ora": "^1.3.0",
"node-notifier": "^5.1.2"
}
}