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