34031f35b6
- erase.tsx, erase-with-static.tsx, erase-with-state-change.tsx - fullscreen-no-extra-newline.tsx, issue-442-full-height.tsx - render.test.ts with clearTerminal/fullscreen assertions Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
26 lines
639 B
JSON
26 lines
639 B
JSON
{
|
|
"name": "@vue-tui/runtime-tests",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vp test",
|
|
"pty-test": "vp test run --config vitest.pty.config.ts --passWithNoTests",
|
|
"check": "vp check"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.9.1",
|
|
"@vitejs/plugin-vue-jsx": "catalog:",
|
|
"@vue-tui/runtime": "workspace:*",
|
|
"@vue-tui/testing": "workspace:*",
|
|
"ansi-escapes": "catalog:",
|
|
"chalk": "catalog:",
|
|
"node-pty": "catalog:",
|
|
"strip-ansi": "catalog:",
|
|
"tsx": "catalog:",
|
|
"typescript": "^6.0.3",
|
|
"vite-plus": "^0.1.22",
|
|
"vue": "^3.5.34"
|
|
}
|
|
}
|