UNPKG

@golevelup/nestjs-rabbitmq

Version:
70 lines 1.67 kB
{ "name": "@golevelup/nestjs-rabbitmq", "version": "7.1.1", "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": "^4.1.14", "amqplib": "^0.10.7", "lodash": "^4.17.21", "@golevelup/nestjs-discovery": "^6.1.1" }, "devDependencies": { "@types/amqplib": "^0.10.7" }, "peerDependencies": { "@nestjs/common": "^11.1.9", "@nestjs/core": "^11.1.9", "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": "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": "jest" } }