-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 889 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 889 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
39
40
41
42
43
{
"name": "will-cli",
"version": "0.1.1",
"description": "Custom Tooling for Web Development",
"type": "module",
"engines": {
"node": ">=18.18.0"
},
"bin": {
"will": "bin/index.js"
},
"author": {
"name": "WillWu",
"email": "innovation55@foxmail.com",
"url": "https://www.willwuwei.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/KevinMint55/will-cli.git"
},
"keywords": [
"cli",
"vue",
"react",
"koa"
],
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
},
"dependencies": {
"chalk": "^5.6.2",
"commander": "^13.1.0",
"handlebars": "^4.7.9",
"inquirer": "^12.11.1",
"log-symbols": "^7.0.1",
"ora": "^8.2.0",
"tiged": "^2.12.7"
}
}