2026-05-24 18:13:53 +08:00
|
|
|
{
|
|
|
|
|
"name": "@vue-tui/runtime-tests",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "vp test",
|
2026-05-26 22:11:21 +08:00
|
|
|
"pty-test": "vp test run --config vitest.pty.config.ts --passWithNoTests",
|
2026-05-24 18:13:53 +08:00
|
|
|
"check": "vp check"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-25 20:33:24 +08:00
|
|
|
"@types/node": "^25.9.1",
|
2026-05-24 18:13:53 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "catalog:",
|
|
|
|
|
"@vue-tui/runtime": "workspace:*",
|
|
|
|
|
"@vue-tui/testing": "workspace:*",
|
2026-05-25 11:11:54 +08:00
|
|
|
"chalk": "catalog:",
|
2026-05-26 22:05:33 +08:00
|
|
|
"node-pty": "catalog:",
|
2026-05-25 21:39:10 +08:00
|
|
|
"strip-ansi": "catalog:",
|
2026-05-26 22:05:33 +08:00
|
|
|
"tsx": "catalog:",
|
2026-05-24 18:13:53 +08:00
|
|
|
"typescript": "^6.0.3",
|
2026-05-25 20:33:24 +08:00
|
|
|
"vite-plus": "^0.1.22",
|
|
|
|
|
"vue": "^3.5.34"
|
2026-05-24 18:13:53 +08:00
|
|
|
}
|
|
|
|
|
}
|