{
  "name": "@golevelup/nestjs-rabbitmq",
  "version": "9.0.0",
  "description": "Badass RabbitMQ addons for NestJS",
  "author": "Jesse Carter <jesse.r.carter@gmail.com>",
  "homepage": "https://github.com/golevelup/nestjs/blob/master/packages/rabbitmq/README.md",
  "license": "MIT",
  "keywords": [
    "NestJS",
    "RabbitMQ",
    "microservices",
    "messaging",
    "amqp"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/golevelup/nestjs.git"
  },
  "bugs": {
    "url": "https://github.com/golevelup/nestjs/issues"
  },
  "dependencies": {
    "amqp-connection-manager": "^5.0.0",
    "amqplib": "^0.10.9",
    "lodash": "^4.17.23",
    "@golevelup/nestjs-discovery": "^7.0.0"
  },
  "devDependencies": {
    "@types/amqplib": "^0.10.8",
    "vite": "^8.0.0",
    "vitest": "^4.1.0"
  },
  "peerDependencies": {
    "@nestjs/common": "^11.1.17",
    "@nestjs/core": "^11.1.17",
    "reflect-metadata": "^0.2.2",
    "rxjs": "^7.8.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6f97aab8ce9d65dc074750a3ee467ec5ff3b9908",
  "scripts": {
    "copy-readme": "cp ../../docs/modules/rabbitmq.md ./README.md",
    "build": "tsc --build tsconfig.build.json",
    "build:watch": "tsc --build tsconfig.build.json --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  }
}