summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-http/package.json
blob: e7eb85c0aafb1dde4d2cd288970ebbf171d40672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"name": "@dispatch/transport-http",
	"version": "0.0.0",
	"type": "module",
	"private": true,
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"dependencies": {
		"@dispatch/conversation-store": "workspace:*",
		"@dispatch/credential-store": "workspace:*",
		"@dispatch/kernel": "workspace:*",
		"@dispatch/lsp": "workspace:*",
		"@dispatch/mcp": "workspace:*",
		"@dispatch/session-orchestrator": "workspace:*",
		"@dispatch/throughput-store": "workspace:*",
		"@dispatch/transport-contract": "workspace:*",
		"@dispatch/wire": "workspace:*",
		"hono": "^4.0.0",
		"@dispatch/system-prompt": "workspace:*"
	}
}