@module-federation/manifest
Version:
Provide manifest/stats for webpack/rspack MF project .
50 lines • 1.11 kB
JSON
{
"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"
]
}
}
}