summaryrefslogtreecommitdiffhomepage
path: root/packages/provider-umans/package.json
blob: 83b9306faf4c0c4a6777a8a8caa7635b96fbdcd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "@dispatch/provider-umans",
  "version": "0.0.0",
  "type": "module",
  "private": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@dispatch/kernel": "workspace:*",
    "@dispatch/openai-stream": "workspace:*"
  }
}