{
  "name": "ngx-sse-client",
  "version": "19.0.1",
  "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": ">=19.1.3",
    "@angular/core": ">=19.1.3"
  },
  "dependencies": {
    "tslib": "^2.6.3"
  },
  "module": "fesm2022/ngx-sse-client.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-sse-client.mjs"
    }
  },
  "sideEffects": false
}