summaryrefslogtreecommitdiffhomepage
path: root/packages/host-bin/package.json
blob: 65e986d123b70c370afab61db7d87147d915bd31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"name": "@dispatch/host-bin",
	"version": "0.0.0",
	"type": "module",
	"private": true,
	"dependencies": {
		"@dispatch/kernel": "workspace:*",
		"@dispatch/storage-sqlite": "workspace:*",
		"@dispatch/conversation-store": "workspace:*",
		"@dispatch/auth-apikey": "workspace:*",
		"@dispatch/credential-store": "workspace:*",
		"@dispatch/provider-openai-compat": "workspace:*",
		"@dispatch/session-orchestrator": "workspace:*",
		"@dispatch/transport-http": "workspace:*",
		"@dispatch/tool-read-file": "workspace:*",
		"@dispatch/journal-sink": "workspace:*",
		"@dispatch/surface-loaded-extensions": "workspace:*",
		"@dispatch/surface-registry": "workspace:*",
		"@dispatch/transport-ws": "workspace:*"
	}
}