fifteen/worker/package.json

25 lines
563 B
JSON

{
"name": "@transportationer/worker",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"@transportationer/shared": "*",
"@valhallajs/valhallajs": "^3.6.1",
"bullmq": "^5.13.0",
"postgres": "^3.4.4",
"unzipper": "^0.12.3"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/unzipper": "^0.10.11",
"tsx": "^4.19.0",
"typescript": "^5.6.0"
}
}