{
  "name": "@nestjs/bull",
  "version": "0.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": {
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "format": "prettier --write **/*.{ts,json}",
    "lint": "eslint \"lib/**/*.ts\" --fix",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prerelease": "npm run build",
    "release": "release-it",
    "sample-app": "ts-node --require tsconfig-paths/register --project sample/tsconfig.json sample/main.ts",
    "test": "jest --detectOpenHandles --forceExit --coverage",
    "test:e2e": "jest --config=jest-e2e.config.js --detectOpenHandles --forceExit --coverage --runInBand"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "*.{ts}": [
      "prettier --write"
    ],
    "package.json": [
      "sort-package-json"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "8.3.5",
    "@commitlint/config-angular": "8.3.4",
    "@commitlint/config-conventional": "8.3.4",
    "@nestjs/common": "7.0.7",
    "@nestjs/core": "7.0.7",
    "@nestjs/platform-express": "7.0.7",
    "@nestjs/testing": "7.0.7",
    "@types/bull": "3.12.2",
    "@types/jest": "25.1.5",
    "@types/node": "12.12.31",
    "@types/reflect-metadata": "0.1.0",
    "@typescript-eslint/eslint-plugin": "2.28.0",
    "@typescript-eslint/parser": "2.28.0",
    "bull": "3.13.0",
    "eslint": "6.8.0",
    "eslint-config-prettier": "6.10.1",
    "eslint-plugin-import": "2.20.2",
    "husky": "4.2.5",
    "jest": "25.3.0",
    "lint-staged": "10.1.3",
    "prettier": "2.0.4",
    "reflect-metadata": "0.1.13",
    "release-it": "13.5.2",
    "rimraf": "3.0.2",
    "rxjs": "6.5.5",
    "sort-package-json": "1.41.0",
    "ts-jest": "25.3.1",
    "ts-node": "8.8.2",
    "tsconfig-paths": "3.9.0",
    "tslint": "6.1.1",
    "typescript": "3.8.3"
  },
  "peerDependencies": {
    "@nestjs/common": "^6.10.11 || ^7.0.0",
    "@nestjs/core": "^6.10.11 || ^7.0.0",
    "bull": "^3.3"
  }
}
