{
"name": "@nestjs/platform-socket.io",
"version": "7.0.10",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-socket.io)",
"author": "Kamil Mysliwiec",
"license": "MIT",
"homepage": "https://nestjs.com",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nest"
},
"repository": {
"type": "git",
"url": "https://github.com/nestjs/nest"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"socket.io": "2.3.0",
"tslib": "1.11.2"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/websockets": "^7.0.0",
"rxjs": "^6.0.0"
}
}