summaryrefslogtreecommitdiffhomepage
path: root/packages/openai-stream/package.json
blob: 5b35ff7ee0ab7236c3f3cf80b50c79c0e85b1f4b (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:*"
	}
}