2026-05-24 19:55:46 +08:00
|
|
|
{
|
|
|
|
|
"name": "@vue-tui/cli",
|
2026-05-24 22:58:29 +08:00
|
|
|
"version": "0.0.1",
|
2026-05-24 19:55:46 +08:00
|
|
|
"bin": {
|
|
|
|
|
"vue-tui": "./dist/index.mjs"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
|
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"import": "./dist/index.mjs"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-05-24 22:58:29 +08:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
2026-05-24 19:55:46 +08:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "vp pack",
|
2026-05-24 23:04:56 +08:00
|
|
|
"dev": "vp pack --watch",
|
|
|
|
|
"prepublishOnly": "vp run build"
|
2026-05-24 19:55:46 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"vite": "catalog:"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-25 23:34:49 +08:00
|
|
|
"@types/node": "catalog:",
|
2026-05-24 19:55:46 +08:00
|
|
|
"vite-plus": "catalog:"
|
|
|
|
|
}
|
|
|
|
|
}
|