summaryrefslogtreecommitdiffhomepage
path: root/packages/skills/package.json
blob: a598729745fd481232a79817849134222d372e51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "@dispatch/skills",
  "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:*"
  }
}