-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
{
"name": "zzq-cli",
"version": "0.0.16",
"description": "zzq-cli脚手架",
"main": "dist/index.js",
"keywords": [
"zzq cli 脚手架 Vite Vue3 Vite-Vue3-TypeScript-template"
],
"files": [
"dist",
"bin",
"README.md"
],
"author": {
"name": "赵政锜"
},
"bin": {
"zzq-cli": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js --bundleConfigAsCjs",
"prepublish": "npm version patch && npm run build"
},
"license": "ISC",
"devDependencies": {
"@inquirer/prompts": "^7.0.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.10",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"install": "^0.13.0",
"progress-estimator": "^0.3.1",
"rollup": "^4.24.0",
"rollup-plugin-node-externals": "^5.1.2",
"rollup-plugin-typescript2": "^0.36.0",
"simple-git": "^3.27.0",
"tslib": "^2.7.0"
},
"dependencies": {
"axios": "^1.7.7",
"lodash": "^4.17.21"
}
}