{
  "name": "@angular-architects/module-federation-runtime",
  "license": "MIT",
  "version": "18.0.6",
  "peerDependencies": {
    "@angular/common": ">=18.0.0",
    "@angular/core": ">=18.0.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/angular-architects-module-federation-runtime.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/angular-architects-module-federation-runtime.mjs",
      "esm": "./esm2022/angular-architects-module-federation-runtime.mjs",
      "default": "./fesm2022/angular-architects-module-federation-runtime.mjs"
    }
  },
  "sideEffects": false
}