mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.1 KiB
48 lines
1.1 KiB
{
|
|
"name": "@module-federation/inject-external-runtime-core-plugin",
|
|
"version": "0.21.6",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"description": "A sdk for support module federation",
|
|
"keywords": [
|
|
"Module Federation",
|
|
"sdk"
|
|
],
|
|
"files": [
|
|
"dist/",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/module-federation/core.git",
|
|
"directory": "packages/runtime-plugins/inject-external-runtime-core-plugin"
|
|
},
|
|
"author": "zhanghang <hanric.zhang@gmail.com>",
|
|
"sideEffects": false,
|
|
"main": "./dist/index.cjs.cjs",
|
|
"module": "./dist/index.esm.js",
|
|
"types": "./dist/index.cjs.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.cjs.d.ts",
|
|
"import": "./dist/index.esm.js",
|
|
"require": "./dist/index.cjs.cjs"
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
".": [
|
|
"./dist/index.cjs.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"@module-federation/runtime-tools": "0.21.6"
|
|
},
|
|
"devDependencies": {
|
|
"@module-federation/runtime-tools": "0.21.6"
|
|
}
|
|
}
|