mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
31 lines
752 B
JSON
31 lines
752 B
JSON
{
|
|
"name": "@nestjs/platform-ws",
|
|
"version": "11.1.14",
|
|
"description": "Nest - modern, fast, powerful node.js web framework (@platform-ws)",
|
|
"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.git",
|
|
"directory": "packages/platform-ws"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "2.8.1",
|
|
"ws": "8.19.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "^11.0.0",
|
|
"@nestjs/websockets": "^11.0.0",
|
|
"rxjs": "^7.1.0"
|
|
},
|
|
"gitHead": "bcb4747f7598a9d2655c8184a6d729ebefa07fbd"
|
|
}
|