UNPKG

863 BJSONView Raw
1{
2 "name": "@nestjs/websockets",
3 "version": "10.3.9",
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.git",
10 "directory": "packages/websockets"
11 },
12 "publishConfig": {
13 "access": "public"
14 },
15 "dependencies": {
16 "iterare": "1.2.1",
17 "object-hash": "3.0.0",
18 "tslib": "2.6.2"
19 },
20 "devDependencies": {
21 "@nestjs/common": "10.3.9",
22 "@nestjs/core": "10.3.9"
23 },
24 "peerDependencies": {
25 "@nestjs/common": "^10.0.0",
26 "@nestjs/core": "^10.0.0",
27 "@nestjs/platform-socket.io": "^10.0.0",
28 "reflect-metadata": "^0.1.12 || ^0.2.0",
29 "rxjs": "^7.1.0"
30 },
31 "peerDependenciesMeta": {
32 "@nestjs/platform-socket.io": {
33 "optional": true
34 }
35 }
36}