{
  "name": "@nestjs/bull",
  "version": "10.1.1",
  "description": "Nest - modern, fast, powerful node.js web framework (@bull)",
  "homepage": "https://github.com/nestjs/bull",
  "bugs": {
    "url": "https://github.com/nestjs/bull/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs/bull.git"
  },
  "license": "MIT",
  "contributors": [
    "Frederic Woelffel <hello@fwoelffel.me>",
    "Kamil Mysliwiec <mail@kamilmysliwiec.com>"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest --detectOpenHandles",
    "test:e2e": "jest --config=e2e/jest-e2e.config.ts --detectOpenHandles --runInBand"
  },
  "dependencies": {
    "@nestjs/bull-shared": "^10.1.1",
    "tslib": "2.6.2"
  },
  "devDependencies": {
    "@nestjs/common": "10.3.5",
    "@nestjs/core": "10.3.5",
    "@nestjs/platform-express": "10.3.5",
    "@nestjs/testing": "10.3.5",
    "@types/bull": "4.10.0",
    "@types/jest": "29.5.12",
    "@types/node": "20.11.30",
    "@types/reflect-metadata": "0.1.0",
    "bull": "4.12.2",
    "reflect-metadata": "0.2.1",
    "rxjs": "7.8.1"
  },
  "peerDependencies": {
    "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "bull": "^3.3 || ^4.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "75e399fc410f0b2e093b9cdde22662ad34fcb065"
}
