{
  "name": "@logistically/events-nestjs",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.1.0",
  "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": {
    "@nestjs/common": "^10.0.0",
    "@nestjs/core": "^10.0.0",
    "@logistically/events": "^3.0.0"
  },
  "devDependencies": {
    "@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.0.0",
    "@logistically/events": "^3.0.0"
  },
  "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"
}
