summaryrefslogtreecommitdiffhomepage
path: root/packages/session-orchestrator/package.json
blob: b9f3d22b28f88c5c5e0e4d7dcf5673ac18a0d8b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "@dispatch/session-orchestrator",
  "version": "0.0.0",
  "type": "module",
  "private": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@dispatch/kernel": "workspace:*",
    "@dispatch/conversation-store": "workspace:*",
    "@dispatch/credential-store": "workspace:*",
    "@dispatch/message-queue": "workspace:*",
    "@dispatch/provider-concurrency": "workspace:*",
    "@dispatch/system-prompt": "workspace:*"
  }
}