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