summaryrefslogtreecommitdiffhomepage
path: root/packages/cli/package.json
blob: 9b286fd5ce43cc3012c60c51eb4fc47d853238e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"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:*"
	}
}