summaryrefslogtreecommitdiffhomepage
path: root/packages/vision-handoff/package.json
blob: b11f7ee7633d0c7064703624f1381c19683269eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@dispatch/vision-handoff",
  "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/openai-stream": "workspace:*"
  }
}