{
  "name": "ngx-sse-client",
  "version": "21.0.0",
  "description": "A simple SSE (Server Sent Events) client for Angular applications.",
  "keywords": [
    "angular",
    "sse",
    "sse-client",
    "ngx"
  ],
  "homepage": "https://github.com/marcospds/ngx-sse-client",
  "repository": {
    "type": "git",
    "url": "https://github.com/marcospds/ngx-sse-client.git"
  },
  "bugs": {
    "url": "https://github.com/marcospds/ngx-sse-client/issues",
    "email": "marcos_p21@hotmail.com"
  },
  "license": "MIT",
  "author": {
    "name": "Rubens dos Santos Filho",
    "email": "rubinho.santos@outlook.com",
    "url": "https://github.com/rubinhos"
  },
  "peerDependencies": {
    "@angular/common": ">=21.0.0",
    "@angular/core": ">=21.0.0"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "module": "fesm2022/ngx-sse-client.mjs",
  "typings": "types/ngx-sse-client.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-sse-client.d.ts",
      "default": "./fesm2022/ngx-sse-client.mjs"
    }
  },
  "sideEffects": false
}