{ "name": "@ai-tycoon/game-engine", "private": true, "version": "0.0.1", "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "typecheck": "tsc --noEmit" }, "dependencies": { "@ai-tycoon/shared": "workspace:*" }, "devDependencies": { "@ai-tycoon/tsconfig": "workspace:*", "typescript": "^5.8.0" } }