{
  "name": "@bgaldino/nestjs-rabbitmq",
  "version": "1.5.1",
  "description": "A different way of configuring your RabbitMQ",
  "main": "dist/index.js",
  "author": "Bruno Galdino <brunogaldinoc@gmail.com>",
  "homepage": "https://github.com/brunogaldino/nestjs-rabbitmq",
  "keywords": [
    "NestJS",
    "RabbitMQ",
    "amqp",
    "nestjs-rabbitmq"
  ],
  "license": "MIT",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@types/amqplib": "^0.10.6",
    "amqp-connection-manager": "^4.1.14",
    "amqplib": "^0.10.3",
    "faster-stable-stringify": "^1.0.0",
    "reflect-metadata": "^0.2.1",
    "rimraf": "^5.0.5",
    "rxjs": "^7.8.1"
  },
  "peerDependencies": {
    "@nestjs/common": ">9"
  },
  "devDependencies": {
    "@nestjs/common": "^10.4.0",
    "@nestjs/testing": "^10.4.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.2.0",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.4",
    "typescript": "^5.3.3"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "test": "NODE_ENV=develop node --expose-gc ./node_modules/jest/bin/jest.js --config ./test/jest.config.json --runInBand --logHeapUsage --coverage",
    "build": "rimraf dist && tsc",
    "prepublish": "pnpm run build"
  }
}