blob: a8fcc4b1c0d84858e0a5f31e76a06685f38de49a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "@dispatch/message-queue",
"version": "0.0.0",
"type": "module",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@dispatch/kernel": "workspace:*",
"@dispatch/surface-registry": "workspace:*",
"@dispatch/ui-contract": "workspace:*",
"@dispatch/wire": "workspace:*"
}
}
|