15cf216291
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
31 lines
486 B
JSON
31 lines
486 B
JSON
{
|
|
"name": "@vue-tui/cli",
|
|
"version": "0.0.1",
|
|
"bin": {
|
|
"vue-tui": "./dist/index.mjs"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "vp pack",
|
|
"dev": "vp pack --watch",
|
|
"prepublishOnly": "vp run build"
|
|
},
|
|
"dependencies": {
|
|
"vite": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"vite-plus": "catalog:"
|
|
}
|
|
}
|