summaryrefslogtreecommitdiffhomepage
path: root/packages/cli/package.json
blob: 2a406cf632bb02beda1dd85032f72673de354657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "@dispatch/cli",
  "version": "0.0.0",
  "type": "module",
  "private": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@dispatch/transport-contract": "workspace:*",
    "@dispatch/wire": "workspace:*"
  }
}