summaryrefslogtreecommitdiffhomepage
path: root/packages/host-bin/package.json
blob: 7d3b38cb9a9aabc795bd78249d7e1adda698af7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "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/cache-warming": "workspace:*",
    "@dispatch/credential-store": "workspace:*",
    "@dispatch/exec-backend": "workspace:*",
    "@dispatch/heartbeat": "workspace:*",
    "@dispatch/provider-openai-compat": "workspace:*",
    "@dispatch/provider-concurrency": "workspace:*",
    "@dispatch/provider-umans": "workspace:*",
    "@dispatch/message-queue": "workspace:*",
    "@dispatch/mcp": "workspace:*",
    "@dispatch/session-orchestrator": "workspace:*",
    "@dispatch/skills": "workspace:*",
    "@dispatch/ssh": "workspace:*",
    "@dispatch/throughput-store": "workspace:*",
    "@dispatch/todo": "workspace:*",
    "@dispatch/transport-http": "workspace:*",
    "@dispatch/tool-read-file": "workspace:*",
    "@dispatch/tool-shell": "workspace:*",
    "@dispatch/tool-edit-file": "workspace:*",
    "@dispatch/tool-write-file": "workspace:*",
    "@dispatch/tool-web-search": "workspace:*",
    "@dispatch/tool-youtube-transcript": "workspace:*",
    "@dispatch/journal-sink": "workspace:*",
    "@dispatch/lsp": "workspace:*",
    "@dispatch/surface-loaded-extensions": "workspace:*",
    "@dispatch/surface-registry": "workspace:*",
    "@dispatch/transport-ws": "workspace:*",
    "@dispatch/system-prompt": "workspace:*",
    "@dispatch/vision-handoff": "workspace:*"
  }
}