blob: 9414297444ec446861209ce1d7cd10f1112d8933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "@dispatch/system-prompt",
"version": "0.0.0",
"type": "module",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@dispatch/exec-backend": "workspace:*",
"@dispatch/kernel": "workspace:*",
"@dispatch/transport-contract": "workspace:*"
}
}
|