mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
38 lines
923 B
JSON
38 lines
923 B
JSON
{
|
|
"name": "@nestjs/websockets",
|
|
"version": "11.1.14",
|
|
"description": "Nest - modern, fast, powerful node.js web framework (@websockets)",
|
|
"author": "Kamil Mysliwiec",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nestjs/nest.git",
|
|
"directory": "packages/websockets"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"iterare": "1.2.1",
|
|
"object-hash": "3.0.0",
|
|
"tslib": "2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nestjs/common": "11.1.14",
|
|
"@nestjs/core": "11.1.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "^11.0.0",
|
|
"@nestjs/core": "^11.0.0",
|
|
"@nestjs/platform-socket.io": "^11.0.0",
|
|
"reflect-metadata": "^0.1.12 || ^0.2.0",
|
|
"rxjs": "^7.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@nestjs/platform-socket.io": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"gitHead": "bcb4747f7598a9d2655c8184a6d729ebefa07fbd"
|
|
}
|