summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-ws/package.json
blob: 65932188870e7ce12d15274cd060abe76c952ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "@dispatch/transport-ws",
  "version": "0.0.0",
  "type": "module",
  "private": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@dispatch/kernel": "workspace:*",
    "@dispatch/session-orchestrator": "workspace:*",
    "@dispatch/surface-registry": "workspace:*",
    "@dispatch/transport-contract": "workspace:*",
    "@dispatch/ui-contract": "workspace:*"
  }
}