-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 810 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 810 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
{
"name": "scvue-cli",
"version": "1.1.0",
"description": "A simple CLI for scaffolding Vue3+vite projects",
"author": "sczheng",
"preferGlobal": true,
"bin": {
"scvue": "bin/index.js"
},
"scripts": {
},
"dependencies": {
"commander": "^8.3.0",
"download-github-repo": "^0.1.4",
"khaos": "^0.9.3",
"parse-condition-string": "^1.0.0",
"rimraf": "^3.0.2",
"uid": "^2.0.0"
},
"main": "./bin/index.js",
"homepage": "https://github.com/initialing/scvue-cli#readme.md",
"repository": {
"type": "git",
"directory": "git+https://github.com/initialing/scvue-cli.git"
},
"bugs": {
"url": "https://github.com/initialing/scvue-cli/issues"
},
"license": "MIT"
}