diff options
| author | Adam Malczewski <[email protected]> | 2026-06-05 00:04:58 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-05 00:04:58 +0900 |
| commit | bf52b114711f148df0446911ce2b0b3783c4d5ab (patch) | |
| tree | 527a00c1f5406f55ef00481f8704c0e44cd88e56 /packages/host-bin/package.json | |
| parent | e56b591d56ea3f3007c612da2f0fe2004d696f45 (diff) | |
| download | dispatch-bf52b114711f148df0446911ce2b0b3783c4d5ab.tar.gz dispatch-bf52b114711f148df0446911ce2b0b3783c4d5ab.zip | |
feat(host-bin): composition root — boot, discover+activate extensions, Bun.serve; full-fidelity wiring (178 tests)
Diffstat (limited to 'packages/host-bin/package.json')
| -rw-r--r-- | packages/host-bin/package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/host-bin/package.json b/packages/host-bin/package.json new file mode 100644 index 0000000..59ea899 --- /dev/null +++ b/packages/host-bin/package.json @@ -0,0 +1,15 @@ +{ + "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/provider-openai-compat": "workspace:*", + "@dispatch/session-orchestrator": "workspace:*", + "@dispatch/transport-http": "workspace:*" + } +} |
