@macrof/cli
Version:
React MicroFrontend compiler, Typescript, Webpack 5, ModuleFederation
58 lines (57 loc) • 1.36 kB
JSON
{
"name": "@macrof/cli",
"version": "0.0.2",
"license": "Apache-2.0",
"description": "React MicroFrontend compiler, Typescript, Webpack 5, ModuleFederation",
"author": "FreshTouch",
"repository": {
"type": "git",
"url": "git+https://github.com/FreshTouch/macrof-cli.git"
},
"bugs": {
"url": "https://github.com/FreshTouch/macrof-cli/issues"
},
"homepage": "https://github.com/FreshTouch/macrof-cli",
"keywords": [
"typescript",
"react",
"webpack 5",
"webpack",
"microfrontend",
"microfrontends",
"micro frontend",
"modulefederation",
"module federation",
"craco",
"js",
"dynamic remotes",
"compiler",
"cli"
],
"main": "./lib/cjs/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"bin": {
"mfcli": "./bin/index.js"
},
"scripts": {
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
"preversion": "git rev-parse --abbrev-ref HEAD",
"postversion": "git push origin HEAD && git push origin HEAD --follow-tags"
},
"files": [
"/lib",
"/bin"
],
"dependencies": {
"webpack": "5.75.0",
"yargs": "17.6.2"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/webpack-sources": "3.2.0",
"typescript": "4.9.4"
}
}