summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-http/package.json
blob: 71da855393c6021b801626ffb821506131b23c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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/heartbeat": "workspace:*",
    "@dispatch/kernel": "workspace:*",
    "@dispatch/lsp": "workspace:*",
    "@dispatch/mcp": "workspace:*",
    "@dispatch/provider-concurrency": "workspace:*",
    "@dispatch/session-orchestrator": "workspace:*",
    "@dispatch/throughput-store": "workspace:*",
    "@dispatch/transport-contract": "workspace:*",
    "@dispatch/wire": "workspace:*",
    "hono": "^4.0.0",
    "@dispatch/system-prompt": "workspace:*"
  }
}