2026-05-24 18:13:53 +08:00
|
|
|
{
|
|
|
|
|
"name": "@vue-tui/runtime-tests",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-05-29 00:19:51 +08:00
|
|
|
"test": "vp run test:integration && vp run test:pty",
|
|
|
|
|
"test:integration": "vp test",
|
|
|
|
|
"test:pty": "vp test run --config vitest.pty.config.ts --passWithNoTests",
|
2026-05-29 01:05:48 +08:00
|
|
|
"check:type": "tsc --noEmit && vp run check:fixtures",
|
2026-05-29 00:19:51 +08:00
|
|
|
"check:fixtures": "tsc -p integration/pty/fixtures/tsconfig.json --noEmit"
|
2026-05-24 18:13:53 +08:00
|
|
|
},
|
|
|
|
|
"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-26 23:06:23 +08:00
|
|
|
"ansi-escapes": "catalog:",
|
2026-05-25 11:11:54 +08:00
|
|
|
"chalk": "catalog:",
|
2026-05-28 10:04:54 +08:00
|
|
|
"is-in-ci": "catalog:",
|
2026-05-26 22:05:33 +08:00
|
|
|
"node-pty": "catalog:",
|
2026-05-28 10:04:54 +08:00
|
|
|
"string-width": "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
|
|
|
}
|
|
|
|
|
}
|