-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 938 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
{
"name": "create-vue-xy",
"version": "1.0.9",
"description": "An Out-of-the-Box Scaffolding with Vue.js",
"packageManager": "pnpm@9.4.0",
"type": "module",
"engines": {
"node": ">=v18.3.0"
},
"files": [
"./outfile.cjs",
"template/"
],
"bin": {
"create-vue": "outfile.cjs"
},
"scripts": {
"build": "zx ./scripts/build.js",
"test": "pnpm build && node ./outfile.cjs",
"pub": "pnpm run build && pnpm publish"
},
"keywords": [],
"author": "xiaoyan13 <kurumi13233@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/xiaoyan13/create-vue-xy",
"dependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/ejs": "^3.1.5",
"@types/node": "^20.14.10",
"@types/prompts": "^2.4.9",
"ejs": "^3.1.10",
"esbuild": "^0.23.0",
"kolorist": "^1.8.0",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.2",
"prompts": "^2.4.2",
"zx": "^8.1.4"
}
}