@rxap/nest-socket-io-client
Version:
This package provides a NestJS module for integrating a Socket.IO client. It offers a client proxy service and a provider for managing the Socket.IO client connection, allowing NestJS applications to easily interact with Socket.IO servers.
74 lines (73 loc) • 2.02 kB
JSON
{
"version": "11.0.0",
"name": "@rxap/nest-socket-io-client",
"description": "This package provides a NestJS module for integrating a Socket.IO client. It offers a client proxy service and a provider for managing the Socket.IO client connection, allowing NestJS applications to easily interact with Socket.IO servers.\n",
"license": "GPL-3.0-or-later",
"dependencies": {
"@nx/devkit": "20.5.0",
"tslib": "2.6.2"
},
"peerDependencies": {
"@nestjs/common": "^11.1.1",
"@nestjs/config": "^4.0.2",
"@nestjs/microservices": "^11.1.1",
"rxjs": "^7.8.1",
"socket.io-client": "^4.8.1"
},
"author": {
"name": "Merzough Münker",
"email": "mmuenker@digitaix.com"
},
"bugs": {
"url": "https://gitlab.com/rxap/packages/-/issues",
"email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
},
"generators": "./generators.json",
"homepage": "https:/gitlab.com/rxap/packages/packages/nest/socket-io-client",
"keywords": [
"nest",
"nest-socket-io-client",
"packages",
"rxap",
"scope:integration",
"socket-io-client"
],
"nx-migrations": {
"packageGroup": [
{
"package": "@nestjs/common",
"version": "11.1.1"
},
{
"package": "@nestjs/config",
"version": "4.0.2"
},
{
"package": "@nestjs/core",
"version": "11.1.1"
},
{
"package": "@nestjs/microservices",
"version": "11.1.1"
},
{
"package": "@nestjs/websockets",
"version": "11.0.0"
}
]
},
"publishConfig": {
"access": "public",
"directory": "../../../dist/packages/nest/socket-io-client"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/rxap/packages.git",
"directory": "packages/nest/socket-io-client"
},
"schematics": "./generators.json",
"type": "commonjs",
"gitHead": "36b0e9732b24717840935712e316593ff6aba795",
"types": "./src/index.d.ts",
"main": "./src/index.js"
}