stock.geolock.fr/apps/worker/package.json
2026-02-24 16:10:30 +00:00

20 lines
406 B
JSON

{
"name": "@localiztoi/worker",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js",
"lint": "echo \"lint not configured yet\""
},
"dependencies": {
"bullmq": "^5.69.3"
},
"devDependencies": {
"@types/node": "^25.2.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}