{
  "name": "ng-event-bus",
  "version": "10.0.0",
  "description": "RxJS-based message/event bus service for Angular.",
  "homepage": "https://github.com/cristiammercado/ng-event-bus",
  "bugs": {
    "email": "contact@cristiammercado.com",
    "url": "https://github.com/cristiammercado/ng-event-bus/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cristiammercado/ng-event-bus.git"
  },
  "keywords": [
    "angular",
    "message-bus",
    "event-bus",
    "events",
    "bus",
    "rxjs"
  ],
  "author": {
    "name": "Cristiam Mercado",
    "email": "contact@cristiammercado.com",
    "url": "https://cristiammercado.com/en"
  },
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0"
  },
  "dependencies": {
    "rxjs": "^7.8.2",
    "tslib": "^2.8.1"
  },
  "sideEffects": false,
  "types": "index.d.ts",
  "module": "fesm2022/ng-event-bus.mjs",
  "typings": "types/ng-event-bus.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ng-event-bus.d.ts",
      "default": "./fesm2022/ng-event-bus.mjs"
    }
  }
}