{
  "name": "@nestjs/bullmq",
  "version": "11.0.5",
  "description": "Nest - modern, fast, powerful node.js web framework (@bullmq)",
  "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",
  "author": "Kamil Mysliwiec",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "vitest run",
    "test:dev": "vitest",
    "test:e2e": "vitest run --config vitest.config.e2e.mts",
    "test:e2e:dev": "vitest --config vitest.config.e2e.mts"
  },
  "dependencies": {
    "@nestjs/bull-shared": "^11.0.5",
    "tslib": "2.8.1"
  },
  "devDependencies": {
    "@nestjs/common": "11.1.28",
    "@nestjs/core": "11.1.28",
    "@nestjs/platform-express": "11.1.28",
    "@nestjs/testing": "11.1.28",
    "@types/node": "24.13.3",
    "@types/reflect-metadata": "0.1.0",
    "bullmq": "6.0.9",
    "ioredis": "5.8.2",
    "reflect-metadata": "0.2.2",
    "rxjs": "7.8.2"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.0.0 || ^11.0.0",
    "@nestjs/core": "^10.0.0 || ^11.0.0",
    "bullmq": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "323149d6f4a533d74527090285fd36b49cce3475"
}
