68540ebcf9
CI / build-and-push (push) Successful in 1m10s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"name": "@ai-tycoon/game-engine",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ai-tycoon/shared": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@ai-tycoon/tsconfig": "workspace:*",
|
|
"typescript": "^5.8.0"
|
|
}
|
|
}
|