UNPKG

@goparrot/pubsub-event-bus

Version:
41 lines (40 loc) 1.1 kB
{ "name": "@goparrot/pubsub-event-bus", "description": "NestJS EventBus extension for RabbitMQ PubSub", "version": "5.0.0", "author": "GoParrot", "keywords": [ "NestJS", "PubSub", "EventBus", "CqrsModule" ], "license": "MIT", "homepage": "https://github.com/goparrot/nestjs-pubsub-event-bus#readme", "bugs": { "url": "https://github.com/goparrot/nestjs-pubsub-event-bus/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/goparrot/nestjs-pubsub-event-bus.git" }, "engines": { "node": ">=16" }, "peerDependencies": { "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", "@nestjs/cqrs": "^10.0.0", "amqp-connection-manager": "^4.0.0", "amqplib": ">=0.5", "reflect-metadata": ">=0.1.13" }, "dependencies": { "lodash": "^4.17.21", "tslib": "^2.5.2" }, "main": "./cjs/index.js", "module": "./esm/index.js", "typings": "./types/index.d.ts", "sideEffects": false }