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