2026-05-24 18:13:22 +08:00
|
|
|
{
|
2026-05-27 14:37:58 +08:00
|
|
|
"name": "vue-tui-monorepo",
|
2026-05-24 18:13:22 +08:00
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
2026-05-27 14:37:58 +08:00
|
|
|
"description": "Vue 3 terminal UI framework. Build AI agent interfaces and TUI apps with Yoga flexbox.",
|
2026-05-24 18:13:22 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-05-28 22:53:18 +08:00
|
|
|
"ready": "vp check && vp run -r test && vp run -r build && cd packages/runtime-tests && pnpm typecheck:fixtures && pnpm pty-test",
|
2026-05-24 18:13:22 +08:00
|
|
|
"dev": "vp run website#dev",
|
|
|
|
|
"prepare": "vp config"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"vite-plus": "catalog:"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22.12.0"
|
|
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@11.1.2"
|
|
|
|
|
}
|