summaryrefslogtreecommitdiffhomepage
path: root/packages/message-queue/package.json
blob: 75df09efb2a4ce9c639be17e00ac5d1e6e73e531 (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:*"
  }
}