This commit is contained in:
27
apps/worker/package.json
Normal file
27
apps/worker/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@dng/worker",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=18.17"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"start": "tsx src/index.ts",
|
||||
"typecheck": "tsc --noEmit -p tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dng/game-engine": "workspace:*",
|
||||
"@dng/shared": "workspace:*",
|
||||
"bullmq": "^5.58.5",
|
||||
"dotenv": "16.6.1",
|
||||
"ioredis": "^5.7.0",
|
||||
"zod": "^4.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.19.0",
|
||||
"tsx": "^4.20.5",
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user