diff options
Diffstat (limited to 'packages/heartbeat/package.json')
| -rw-r--r-- | packages/heartbeat/package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/heartbeat/package.json b/packages/heartbeat/package.json new file mode 100644 index 0000000..d83e631 --- /dev/null +++ b/packages/heartbeat/package.json @@ -0,0 +1,15 @@ +{ + "name": "@dispatch/heartbeat", + "version": "0.0.0", + "type": "module", + "private": true, + "main": "dist/index.js", + "types": "dist/index.d.ts", + "dependencies": { + "@dispatch/conversation-store": "workspace:*", + "@dispatch/kernel": "workspace:*", + "@dispatch/session-orchestrator": "workspace:*", + "@dispatch/system-prompt": "workspace:*", + "@dispatch/transport-contract": "workspace:*" + } +} |
