UNPKG

@tulioncds/nestjs-nats-streaming-transport

Version:

Fork Nats Streaming Transport for NestJS - Auto Reconnect stan

47 lines 1.16 kB
{ "name": "@tulioncds/nestjs-nats-streaming-transport", "version": "1.1.1", "description": "Fork Nats Streaming Transport for NestJS - Auto Reconnect stan", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/tulioncds/nestjs-nats-streaming-transport" }, "keywords": [ "nestjs", "transport", "microservices", "nats-streaming" ], "scripts": { "test": "echo \"no test specified\"", "build": "rimraf dist && tsc", "watch": "tsc -w" }, "author": "Bernt Anker [bernt.anker@gmail.com]", "license": "ISC", "dependencies": { "nats": "^1.4.12", "node-nats-streaming": "^0.3.2", "reflect-metadata": "^0.1.13", "rxjs": "^7.5.7", "shortid": "^2.2.16" }, "peerDependencies": { "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", "@nestjs/microservices": "^10.0.0" }, "devDependencies": { "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", "@nestjs/microservices": "^10.0.0", "@types/node": "^18.11.9", "rimraf": "^3.0.2", "typescript": "^4.8.4" } }