blob: d83e631b79eb0e4607cd3fe1288ba5b75b9e30c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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:*"
}
}
|