-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 963 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
38
39
40
41
42
{
"name": "ntools-vuecli",
"version": "2.1.0",
"description": "辅助 Vue 项目 - 企业脚手架工具包",
"main": "index.js",
"bin": {
"ntools-vuecli": "index.js",
"nvc": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vuecli",
"vue",
"cli",
"node",
"ntools"
],
"author": "Mosheng-Yan",
"license": "MIT",
"homepage": "https://github.com/Mosheng-Yan/ntools-vuecli#readme",
"repository": {
"type": "git",
"url": "https://github.com/Mosheng-Yan/ntools-vuecli"
},
"dependencies": {
"@octokit/rest": "^20.0.2",
"axios": "^1.6.5",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.9",
"https-proxy-agent": "^7.0.2",
"inquirer": "^8.0.0",
"log-symbols": "^4.1.0",
"ncp": "^2.0.0",
"ora": "^5.4.1",
"semver": "^7.5.4",
"socks-proxy-agent": "^8.0.2"
}
}