UNPKG

@nestjs/microservices

Version:

Nest - modern, fast, powerful node.js web framework (@microservices)

81 lines (80 loc) 1.76 kB
{ "name": "@nestjs/microservices", "version": "12.0.1", "description": "Nest - modern, fast, powerful node.js web framework (@microservices)", "author": "Kamil Mysliwiec", "license": "MIT", "type": "module", "main": "./index.js", "exports": { ".": "./index.js", "./*.js": "./*.js", "./*": "./*.js" }, "homepage": "https://nestjs.com", "funding": { "type": "opencollective", "url": "https://opencollective.com/nest" }, "repository": { "type": "git", "url": "https://github.com/nestjs/nest.git", "directory": "packages/microservices" }, "publishConfig": { "access": "public" }, "dependencies": { "iterare": "1.2.1", "tslib": "2.8.1" }, "devDependencies": { "@nestjs/common": "12.0.1", "@nestjs/core": "12.0.1" }, "peerDependencies": { "@grpc/grpc-js": "*", "@nats-io/transport-node": "*", "@nestjs/common": "^12.0.0", "@nestjs/core": "^12.0.0", "@nestjs/websockets": "^12.0.0", "amqp-connection-manager": "*", "amqplib": "*", "cache-manager": "*", "ioredis": "*", "kafkajs": "*", "mqtt": "*", "reflect-metadata": "^0.1.12 || ^0.2.0", "rxjs": "^7.1.0" }, "peerDependenciesMeta": { "@grpc/grpc-js": { "optional": true }, "@nats-io/transport-node": { "optional": true }, "@nestjs/websockets": { "optional": true }, "cache-manager": { "optional": true }, "kafkajs": { "optional": true }, "mqtt": { "optional": true }, "ioredis": { "optional": true }, "amqplib": { "optional": true }, "amqp-connection-manager": { "optional": true } }, "gitHead": "4c751c503bc753095f4b4f052e106f95218cc33f" }