-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 989 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 989 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
31
32
33
34
35
36
37
38
{
"name": "yutuz-cli",
"version": "1.0.0",
"description": "A lightweight scaffolding tool to improve the efficiency of front-end development.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vue-cli-service build --no-clean",
"auto-git-pull": "node middeware/auto-git-pull branch=master",
"auto-git-push": "node middeware/auto-git-push branch=master",
"git": "npm run auto-git-pull && npm run build && npm run auto-git-push"
},
"author": {
"name": "yutu",
"email": "fang1846015350@163.com"
},
"license": "ISC",
"bin": {
"yt": "index.js"
},
"keywords": [
"yutuz-cli",
"yt",
"脚手架"
],
"commandName": "yt",
"dependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.2",
"commander": "^9.4.0",
"download-git-repo": "^3.0.2",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"inquirer": "^8.0.0",
"ora": "^5.3.0"
},
"devDependencies": {}
}