summaryrefslogtreecommitdiffhomepage
path: root/packages/vision-handoff/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/vision-handoff/package.json')
-rw-r--r--packages/vision-handoff/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/vision-handoff/package.json b/packages/vision-handoff/package.json
new file mode 100644
index 0000000..b11f7ee
--- /dev/null
+++ b/packages/vision-handoff/package.json
@@ -0,0 +1,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:*"
+ }
+}