Files
core2026/tools/integration-tests/package.json
T

22 lines
584 B
JSON

{
"name": "@sammo-ts/integration-tests",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test:integration": "vitest run --config vitest.config.ts",
"typecheck": "tsc -b"
},
"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": "^4.1.10"
}
}