def33588e3
Workspace setup with pnpm, Vite+, and shared TypeScript config. Includes @vue-tui/utils and AGENTS.md project conventions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"name": "vue-tui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"ready": "vp check && vp run -r test && vp run -r build",
|
|
"dev": "vp run website#dev",
|
|
"prepare": "vp config"
|
|
},
|
|
"devDependencies": {
|
|
"vite-plus": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"packageManager": "pnpm@11.1.2"
|
|
}
|