20 lines
406 B
JSON
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"
|
|
}
|
|
}
|