UNPKG

@golevelup/nestjs-rabbitmq

Version:
70 lines (69 loc) 1.6 kB
{ "name": "@golevelup/nestjs-rabbitmq", "version": "6.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" }, "scripts": { "build": "tsc --build tsconfig.build.json", "build:watch": "tsc --build tsconfig.build.json --watch", "test": "jest" }, "bugs": { "url": "https://github.com/golevelup/nestjs/issues" }, "dependencies": { "@golevelup/nestjs-discovery": "^5.0.0", "amqp-connection-manager": "^4.1.14", "amqplib": "^0.10.7", "lodash": "^4.17.21" }, "devDependencies": { "@types/amqplib": "^0.10.7" }, "peerDependencies": { "@nestjs/common": "^11.1.3", "@nestjs/core": "^11.1.3", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1" }, "publishConfig": { "access": "public" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "src", "testRegex": ".spec.ts$", "transform": { "^.+\\.ts$": "ts-jest" }, "coverageDirectory": "../coverage", "testEnvironment": "node" }, "gitHead": "d91601db3a03a7775d0a891b729780e2f8b3c654" }