blob: 66e2e690eaf2c5d522675896bd097f5c4b571166 (
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:*"
}
}
|