summaryrefslogtreecommitdiffhomepage
path: root/packages/cli/package.json
blob: 3d996292cae4a6023c05aa8cc4c3dcd037fcd142 (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:*"
	}
}