UNPKG

@golevelup/nestjs-rabbitmq

Version:
58 lines 1.47 kB
{ "name": "@golevelup/nestjs-rabbitmq", "version": "9.0.2", "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.18.1", "@golevelup/nestjs-discovery": "^7.0.1" }, "devDependencies": { "@types/amqplib": "^0.10.8" }, "peerDependencies": { "@nestjs/common": "^11.1.21", "@nestjs/core": "^11.1.21", "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" } }