{ "name": "@sammo-ts/game-engine", "private": true, "version": "0.0.0", "type": "module", "scripts": { "build": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/game-engine", "dev": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/game-engine --watch", "start": "pnpm run build && node dist/index.js", "lint": "node -e \"console.log('lint not configured')\"", "test": "vitest run --config vitest.config.ts", "typecheck": "tsc -b" }, "dependencies": { "@sammo-ts/common": "workspace:*", "@sammo-ts/infra": "workspace:*", "@sammo-ts/logic": "workspace:*", "@prisma/client": "^7.2.0", "zod": "^4.2.1" }, "devDependencies": { "tsdown": "^0.18.3", "vite-tsconfig-paths": "^6.0.3", "vitest": "^4.0.16" } }