-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 927 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
{
"name": "webtpl-cli",
"version": "1.4.0",
"description": "web template cli",
"main": "index.js",
"scripts": {
"major": "npm version major -m \"Upgrade to %s\"",
"minor": "npm version minor -m \"Upgrade to %s\"",
"patch": "npm version patch -m \"Upgrade to %s\""
},
"bin": {
"webtpl-cli": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biaodigit/webtpl-cli.git"
},
"author": "biaodigit",
"license": "ISC",
"bugs": {
"url": "https://github.com/biaodigit/webtpl-cli/issues"
},
"homepage": "https://github.com/biaodigit/webtpl-cli#readme",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^4.1.0",
"download-git-repo": "^3.0.2",
"handlebars": "^4.7.6",
"inquirer": "^7.2.0",
"log-symbols": "^4.0.0",
"make-dir": "^3.1.0",
"metalsmith": "^2.3.0",
"ora": "^4.0.4",
"update-check": "^1.5.4"
}
}