Files
vue-tui/package.json
T

24 lines
673 B
JSON
Raw Normal View History

2026-05-24 18:13:22 +08:00
{
"name": "vue-tui-monorepo",
2026-05-24 18:13:22 +08:00
"version": "0.0.0",
"private": true,
"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": {
"check:fmt": "vp fmt --check",
"check:lint": "vp lint --deny-warnings",
"check:type": "vp run -r check:type",
"test": "vp run -r test",
"build": "vp run -r build",
"ready": "vp run check:fmt && vp run build && vp run check:lint && vp run check:type && vp run test",
2026-05-24 18:13:22 +08:00
"prepare": "vp config"
},
"devDependencies": {
"vite-plus": "catalog:"
},
"engines": {
"node": ">=22.18.0"
2026-05-24 18:13:22 +08:00
},
"packageManager": "pnpm@11.1.2"
}