blob: 660898ac4fc25b9db4e5eba7e765f8162f4bf3c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "@dispatch/transport-contract",
"version": "0.23.0",
"type": "module",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@dispatch/ui-contract": "workspace:*",
"@dispatch/wire": "workspace:*"
}
}
|