UNPKG

ngx-socket-io

Version:
46 lines 1.06 kB
{ "name": "ngx-socket-io", "version": "4.8.5", "description": "Socket.IO module for Angular", "main": "index.ts", "repository": { "type": "git", "url": "git+ssh://git@github.com/rodgc/ngx-socket-io.git" }, "keywords": [ "Angular", "Socket-io", "TypeScript" ], "author": "rodgc", "license": "MIT", "bugs": { "url": "https://github.com/rodgc/ngx-socket-io/issues" }, "homepage": "https://github.com/rodgc/ngx-socket-io#readme", "dependencies": { "core-js": "^3.39.0", "reflect-metadata": "^0.2.2", "socket.io": "^4.8.1", "socket.io-client": "^4.8.1", "zone.js": "~0.15.0", "tslib": "^2.3.0" }, "peerDependencies": { "@angular/common": "^19.0.0", "@angular/core": "^19.0.0", "rxjs": "^7.0.0" }, "module": "fesm2022/ngx-socket-io.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-socket-io.mjs" } }, "sideEffects": false }