UNPKG

803 BJSONView Raw
1{
2 "name": "@nestjs/websockets",
3 "version": "8.4.5",
4 "description": "Nest - modern, fast, powerful node.js web framework (@websockets)",
5 "author": "Kamil Mysliwiec",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/nestjs/nest"
10 },
11 "publishConfig": {
12 "access": "public"
13 },
14 "dependencies": {
15 "iterare": "1.2.1",
16 "object-hash": "3.0.0",
17 "tslib": "2.4.0"
18 },
19 "devDependencies": {
20 "@nestjs/common": "8.4.5",
21 "@nestjs/core": "8.4.5"
22 },
23 "peerDependencies": {
24 "@nestjs/common": "^8.0.0",
25 "@nestjs/core": "^8.0.0",
26 "@nestjs/platform-socket.io": "^8.0.0",
27 "reflect-metadata": "^0.1.12",
28 "rxjs": "^7.1.0"
29 },
30 "peerDependenciesMeta": {
31 "@nestjs/platform-socket.io": {
32 "optional": true
33 }
34 }
35}