summaryrefslogtreecommitdiffhomepage
path: root/packages/session-orchestrator/package.json
blob: 40cc0fe713cad6b8ab4eec9ae13705c83a8fec12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"name": "@dispatch/session-orchestrator",
	"version": "0.0.0",
	"type": "module",
	"private": true,
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"dependencies": {
		"@dispatch/kernel": "workspace:*",
		"@dispatch/conversation-store": "workspace:*",
		"@dispatch/credential-store": "workspace:*",
		"@dispatch/message-queue": "workspace:*",
		"@dispatch/system-prompt": "workspace:*"
	}
}