-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.2 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "kevinzzz-cli",
"version": "1.4.1",
"description": "个人脚手架搭建",
"main": "index.js",
"bin": {
"kevin": "bin/init.js"
},
"commandName": "kevinzzzzzzz",
"files": [
"bin",
"src",
"http",
"lib",
"utils",
"kevin-template",
"readme.md"
],
"scripts": {
"prepublish": "nrm use npm",
"updataV": "npm version patch",
"login": "npm login",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinZzzzzzz/kevin-cli.git"
},
"author": "kevinzzzzzzz",
"publisher": "zzzzzzkevin@163.com",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.22.1",
"@types/minimist": "^1.2.2",
"@types/node": "^20.2.5",
"@types/prompts": "^2.4.4",
"esno": "^0.16.3",
"unbuild": "^1.2.1",
"axios": "^0.26.1",
"chalk": "^4.0.0",
"commander": "^9.0.0",
"download-git-repo": "^3.0.2",
"figlet": "^1.5.2",
"fs-extra": "^10.0.1",
"inquirer": "^8.2.1",
"ora": "^5.0.0"
},
"devDependencies": {
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2",
"ts-node": "^10.9.1",
"tslib": "^2.5.3",
"typescript": "^5.1.3"
}
}