UNPKG

@adaskothebeast/ngxs-signalr-plugin

Version:
42 lines 1.11 kB
{ "name": "@adaskothebeast/ngxs-signalr-plugin", "version": "5.0.0", "description": "Bind server SignalR events to Ngxs store actions.", "author": "Adam Pluciński <adaskothebeast@gmail.com>", "homepage": "https://github.com/AdaskoTheBeAsT/ngxs-signalr-plugin", "keywords": [ "ngxs", "angular", "SignalR" ], "repository": { "type": "git", "url": "git+https://github.com/AdaskoTheBeAsT/ngxs-signalr-plugin.git" }, "bugs": { "url": "https://github.com/AdaskoTheBeAsT/ngxs-signalr-plugin/issues" }, "license": "MIT", "peerDependencies": { "@angular/common": "^19.0.5", "@angular/core": "^19.0.5", "@microsoft/signalr": "^8.0.7", "@ngxs/store": "^19.0.0", "rxjs": "7.8.1" }, "sideEffects": false, "module": "fesm2022/adaskothebeast-ngxs-signalr-plugin.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/adaskothebeast-ngxs-signalr-plugin.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }