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.
50 lines
1.1 KiB
50 lines
1.1 KiB
{
|
|
"name": "@module-federation/manifest",
|
|
"version": "0.21.6",
|
|
"license": "MIT",
|
|
"description": "Provide manifest/stats for webpack/rspack MF project .",
|
|
"keywords": [
|
|
"Module Federation",
|
|
"Webpack",
|
|
"Rspack",
|
|
"Manifest"
|
|
],
|
|
"files": [
|
|
"dist/",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"author": "hanric <hanric.zhang@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/module-federation/core.git",
|
|
"directory": "packages/manifest"
|
|
},
|
|
"sideEffects": false,
|
|
"main": "./dist/index.cjs.js",
|
|
"module": "./dist/index.esm.js",
|
|
"types": "./dist/index.d.ts",
|
|
"dependencies": {
|
|
"find-pkg": "2.0.0",
|
|
"chalk": "3.0.0",
|
|
"@module-federation/sdk": "0.21.6",
|
|
"@module-federation/managers": "0.21.6",
|
|
"@module-federation/dts-plugin": "0.21.6"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.esm.js",
|
|
"require": "./dist/index.cjs.js"
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
".": [
|
|
"./dist/index.d.ts"
|
|
]
|
|
}
|
|
}
|
|
}
|