Files
core2026/tools/integration-tests/package.json
T
Hide_D 16b320dabc chore(build): 빌드 도구와 Node LTS 버전 갱신
TypeScript 버전은 유지하고 pnpm, Turbo, Vite, Vitest, Prisma, tsdown을 갱신한다. 선언 파일 생성 호환성을 위해 rolldown-plugin-dts를 고정한다.
2026-09-23 02:09:22 +00:00

24 lines
769 B
JSON

{
"name": "@sammo-ts/integration-tests",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test:integration": "node run-test-lane.mjs core",
"test:integration:reference": "node run-test-lane.mjs reference",
"test:integration:lifecycle": "node run-test-lane.mjs lifecycle",
"typecheck": "pnpm -w tsc7 -b tools/integration-tests/tsconfig.json"
},
"dependencies": {
"@sammo-ts/common": "workspace:*",
"@sammo-ts/game-api": "workspace:*",
"@sammo-ts/game-engine": "workspace:*",
"@sammo-ts/gateway-api": "workspace:*",
"@sammo-ts/infra": "workspace:*",
"@trpc/client": "^11.8.1"
},
"devDependencies": {
"vitest": "^5.0.1"
}
}