UNPKG

ngx-sse-client

Version:

A simple SSE (Server Sent Events) client for Angular applications.

45 lines 1.08 kB
{ "name": "ngx-sse-client", "version": "20.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": ">=20.0.0", "@angular/core": ">=20.0.0" }, "dependencies": { "tslib": "^2.8.1" }, "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 }