summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-http/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/transport-http/package.json')
-rw-r--r--packages/transport-http/package.json40
1 files changed, 21 insertions, 19 deletions
diff --git a/packages/transport-http/package.json b/packages/transport-http/package.json
index e7eb85c..71da855 100644
--- a/packages/transport-http/package.json
+++ b/packages/transport-http/package.json
@@ -1,21 +1,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/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:*"
- }
+ "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:*"
+ }
}