ngx-socketio2-updated
Version:
A better Socket.IO module for Angular.
60 lines (59 loc) • 1.34 kB
JSON
{
"name": "ngx-socketio2-updated",
"version": "20.0.1",
"description": "A better Socket.IO module for Angular.",
"repository": {
"type": "git",
"url": "git+https://github.com/fast-facts/ngx-socketio2.git"
},
"keywords": [
"angular",
"angular11",
"angular12",
"angular13",
"angular14",
"angular15",
"ngx-socketio",
"ngx-socket.io",
"ngx-socket-io",
"socketio",
"socket-io",
"socket.io",
"socketio-client",
"socket-io-client",
"socket.io-client",
"observable",
"reactive",
"rxjs"
],
"author": "HyperLife1119 <hyperlife1119@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fast-facts/ngx-socketio2/issues"
},
"homepage": "https://github.com/fast-facts/ngx-socketio2#readme",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"socket.io-client": "^4.0.0"
},
"dependencies": {
"tslib": "^2.4.0",
"socket.io-client": "^4.4.0"
},
"module": "fesm2022/ngx-socketio2-updated.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-socketio2-updated.mjs"
}
},
"sideEffects": false
}