blob: 8a3f47dbf581ccf5866ee3700ba8ded3a1b20e18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "@dispatch/mcp",
"version": "0.0.0",
"type": "module",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@dispatch/kernel": "workspace:*",
"@dispatch/session-orchestrator": "workspace:*"
}
}
|