craco-module-federation
Version:
Add module federation support to your CRA5 application without ejecting
33 lines (32 loc) • 784 B
JSON
{
"name": "craco-module-federation",
"version": "1.1.0",
"description": "Add module federation support to your CRA5 application without ejecting",
"repository": {
"type": "git",
"url": "git+https://github.com/hasanayan/craco-module-federation.git"
},
"keywords": [
"module-federation",
"craco",
"cra5",
"cra",
"create-react-app"
],
"author": "hasanayan",
"license": "MIT",
"bugs": {
"url": "https://github.com/hasanayan/craco-module-federation/issues"
},
"homepage": "https://github.com/hasanayan/craco-module-federation#readme",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@craco/craco": "^6.0.0"
}
}