Files
tts-workshop/package.json
T
hypercross 92f11db415 test: add vitest unit tests across packages
Cover shared zod schemas, extract traversal/refs/downloads, and tts filename/error handling. Document the test setup in the README and docs.
2026-08-08 11:13:14 +08:00

18 lines
389 B
JSON

{
"name": "tts-workshop",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "pnpm --filter @tts/proxy dev",
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r typecheck",
"test": "vitest run"
},
"packageManager": "pnpm@10.33.0",
"devDependencies": {
"typescript": "^5.7.2",
"vitest": "^4.1.10"
}
}