@appshell/config
Version:
Utility for producing a global appshell manifest for module federation micro-frontends
32 lines (31 loc) • 916 B
JSON
{
"name": "@appshell/config",
"version": "0.12.0",
"description": "Utility for producing a global appshell manifest for module federation micro-frontends",
"main": "dist/main.js",
"types": "dist/types/index.d.ts",
"repository": "https://github.com/appshell-org/appshell.git",
"author": "Robert Hamilton <rh@navaris.com>",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "webpack --mode production && npm run build:types",
"build:types": "tsc --emitDeclarationOnly",
"clean": "rm -rf dist",
"start": "webpack --watch --mode development && npm run build:types",
"stats": "webpack --json > stats.json"
},
"files": [
"dist"
],
"keywords": [
"webpack",
"module federation",
"micro-frontends",
"appshell"
],
"license": "MIT",
"gitHead": "d6dcdc7e1c49f5c17953b608d067f4f70abb7d9c"
}