summaryrefslogtreecommitdiffhomepage
path: root/packages/system-prompt/package.json
blob: 2e08e0ceab9b7a37f79ccacee048a0027cfaafd5 (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:*"
  }
}