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 23:59:27 +08:00
|
|
|
"check:fmt": "vp fmt --check",
|
2026-05-29 14:35:06 +08:00
|
|
|
"check:lint": "vp lint --deny-warnings",
|
2026-05-29 00:57:36 +08:00
|
|
|
"check:type": "vp run -r check:type",
|
2026-05-29 00:19:51 +08:00
|
|
|
"test": "vp run -r test",
|
|
|
|
|
"build": "vp run -r build",
|
2026-05-29 01:05:48 +08:00
|
|
|
"ready": "vp run check:fmt && vp run check:lint && vp run build && vp run check:type && vp run test",
|
2026-05-24 18:13:22 +08:00
|
|
|
"prepare": "vp config"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"vite-plus": "catalog:"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
2026-05-29 14:42:42 +08:00
|
|
|
"node": ">=22.18.0"
|
2026-05-24 18:13:22 +08:00
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@11.1.2"
|
|
|
|
|
}
|