-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 777 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 777 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
{
"name": "st-web-cli",
"version": "1.1.2",
"description": "A web project CLI.",
"main": "src/bin/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/shien7654321/STWebCLI.git"
},
"author": "Suta",
"license": "MIT",
"bugs": {
"url": "https://github.com/shien7654321/STWebCLI/issues"
},
"homepage": "https://github.com/shien7654321/STWebCLI#readme",
"engines": {
"node": ">= 12.0.0",
"npm": ">= 6.0.0"
},
"dependencies": {
"chalk": "^5.6.2",
"commander": "9.5.0",
"download-git-repo": "^3.0.2",
"inquirer": "8.2.5",
"ora": "5.4.1",
"rimraf": "3.0.2",
"shelljs": "0.9.2",
"update-notifier": "5.1.0"
},
"bin": {
"st-web-cli": "src/bin/index.js"
}
}