summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-ws/package.json
blob: b600a985cfc65547611c556c61bdd75ad364ad3d (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:*"
	}
}