create-mfe-kit
Version:
CLI to scaffold Micro Frontend apps using Module Federation
49 lines (48 loc) • 1.02 kB
JSON
{
"name": "create-mfe-kit",
"version": "0.3.10",
"description": "CLI to scaffold Micro Frontend apps using Module Federation",
"bin": {
"create-mfe-kit": "bin/index.js"
},
"keywords": [
"cli",
"mfe",
"microfrontend",
"webpack",
"module-federation"
],
"author": "Prathvin Pinto",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/flintbits/create-mfe-kit"
},
"bugs": {
"url": "https://github.com/flintbits/create-mfe-kit/issues"
},
"homepage": "https://github.com/flintbits/create-mfe-kit#readme",
"type": "module",
"dependencies": {
"chalk": "^5.4.1",
"fs-extra": "^11.3.0",
"ora": "^8.2.0"
},
"files": [
"bin",
"lib",
"templates",
"README.md",
"LICENSE"
],
"devDependencies": {
"esbuild": "^0.25.6",
"execa": "^9.6.0",
"jest": "^30.0.4",
"tmp-promise": "^3.0.3"
},
"scripts": {
"build": "node esbuild.config.js",
"prepublishOnly": "npm run build"
}
}