{
  "name": "bullmqtests",
  "version": "1.0.0",
  "description": "",
  "main": "worker.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "npx nodemon worker.ts"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^17.0.35",
    "bull": "^4.8.5",
    "bullmq": "^1.83.0",
    "ts-node": "^10.8.0",
    "typescript": "^4.6.4"
  },
  "devDependencies": {
    "@types/bull": "^3.15.9",
    "@types/ioredis": "^4.28.10"
  }
}