{
  "name": "@jsnw/nestjs-rabbitmq",
  "version": "2.0.5",
  "description": "NestJS module for RabbitMQ integration",
  "main": "./dist/lib/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/lib/index.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "scripts": {
    "clean": "rimraf ./dist",
    "build": "npm run clean && tsc -p tsconfig.json",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "./dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/pvbaliuk/jsnw-nestjs-rabbitmq"
  },
  "bugs": {
    "url": "https://github.com/pvbaliuk/jsnw-nestjs-rabbitmq/issues"
  },
  "homepage": "https://github.com/pvbaliuk/jsnw-nestjs-rabbitmq#readme",
  "keywords": [
    "nestjs",
    "rabbitmq",
    "validation",
    "consumer"
  ],
  "author": {
    "name": "Pavlo Baliuk",
    "email": "jsnow0177@gmail.com"
  },
  "license": "MIT",
  "dependencies": {
    "rabbitmq-client": "^5.0.8",
    "zod": "^4.3.6"
  },
  "peerDependencies": {
    "@nestjs/common": "^11.1.14",
    "@nestjs/core": "^11.1.14"
  },
  "devDependencies": {
    "@nestjs/common": "^11.1.14",
    "@nestjs/core": "^11.1.14",
    "jest": "^30.2.0",
    "rimraf": "^6.1.3",
    "ts-jest": "^29.4.6",
    "type-fest": "^5.4.4",
    "typescript": "^5.9.3"
  }
}
