{
  "name": "@appshell/config",
  "version": "0.9.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/navaris/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": "76d22b18f5358094296bbf6f5bb64f4466b0e4ac"
}
