{
  "name": "@angular-architects/module-federation",
  "version": "21.2.2",
  "license": "MIT",
  "repository": {
    "type": "GitHub",
    "url": "https://github.com/angular-architects/module-federation-plugin"
  },
  "author": {
    "name": "Manfred Steyer",
    "email": "manfred.steyer@gmx.net",
    "url": "https://www.angulararchitects.io"
  },
  "module": "src/index.js",
  "ES2015": "./src/index.js",
  "sideEffects": false,
  "schematics": "./collection.json",
  "builders": "./builders.json",
  "dependencies": {
    "@angular-architects/module-federation-runtime": "~21.2.2",
    "word-wrap": "^1.2.5",
    "callsite": "^1.0.0",
    "node-fetch": "^3.3.2",
    "semver": "~7.7.1"
  },
  "peerDependencies": {},
  "ng-update": {
    "migrations": "./migrations.json",
    "package-group": [
      "@angular-architects/module-federation-tools",
      "ngx-build-plus"
    ]
  },
  "types": "./src/index.d.ts",
  "main": "./src/index.js",
  "type": "commonjs"
}