summaryrefslogtreecommitdiffhomepage
path: root/packages/surface-loaded-extensions/package.json
blob: f2eb4b9a8da4f102ba508a0da407c0a4c02d0c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "@dispatch/surface-loaded-extensions",
  "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:*",
    "@dispatch/surface-registry": "workspace:*"
  }
}