UNPKG

@logistically/events-nestjs

Version:

NestJS integration for @logistically/events v3 - Event-driven architecture with Redis Streams

64 lines (63 loc) 1.55 kB
{ "name": "@logistically/events-nestjs", "publishConfig": { "access": "public" }, "version": "2.0.1", "description": "NestJS integration for @logistically/events v3 - Event-driven architecture with Redis Streams", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [ "nestjs", "events", "redis", "streams", "event-driven", "logistically", "decorators", "interceptors", "event-sourcing" ], "author": "Logistically Team", "license": "MIT", "peerDependencies": { "@logistically/events": "^3.1.1", "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0" }, "devDependencies": { "@logistically/events": "^3.1.1", "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", "@nestjs/testing": "^10.0.0", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "jest": "^29.5.0", "rimraf": "^5.0.0", "ts-jest": "^29.1.0", "typescript": "^5.9.2" }, "repository": { "type": "git", "url": "https://github.com/onwello/events-nestjs.git" }, "bugs": { "url": "https://github.com/onwello/events-nestjs/issues" }, "homepage": "https://github.com/onwello/events-nestjs#readme", "dependencies": { "@nestjs/event-emitter": "^3.0.1" } }