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