{
  "name": "ng-dynamic-mf",
  "version": "6.1.1",
  "license": "MIT",
  "author": {
    "name": "Janik Schumacher (LoaderB0T)",
    "url": "https://awdware.de"
  },
  "homepage": "https://github.com/LoaderB0T/ng-dynamic-mf",
  "bugs": {
    "url": "https://github.com/LoaderB0T/ng-dynamic-mf/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LoaderB0T/ng-dynamic-mf.git"
  },
  "keywords": [
    "module",
    "federation",
    "mf",
    "angular",
    "assets",
    "global",
    "translations",
    "styles",
    "dynamic",
    "module-federation",
    "esbuild",
    "native",
    "microfrontend",
    "micro-frontend",
    "native-federation"
  ],
  "peerDependencies": {
    "@angular-architects/native-federation": ">=16.0.0",
    "@angular-architects/native-federation-runtime": ">=0.9.1",
    "@angular-architects/module-federation": ">=16.0.0",
    "@angular/common": ">=16.0.0",
    "@angular/core": ">=16.0.0",
    "@ngx-translate/core": ">=15.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependenciesMeta": {
    "@ngx-translate/core": {
      "optional": true
    },
    "@angular-architects/native-federation": {
      "optional": true
    },
    "@angular-architects/native-federation-runtime": {
      "optional": true
    },
    "@angular-architects/module-federation": {
      "optional": true
    }
  },
  "module": "fesm2022/ng-dynamic-mf.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng-dynamic-mf.mjs"
    },
    "./environment": {
      "types": "./environment/index.d.ts",
      "default": "./fesm2022/ng-dynamic-mf-environment.mjs"
    },
    "./nf": {
      "types": "./nf/index.d.ts",
      "default": "./fesm2022/ng-dynamic-mf-nf.mjs"
    },
    "./mf": {
      "types": "./mf/index.d.ts",
      "default": "./fesm2022/ng-dynamic-mf-mf.mjs"
    },
    "./translate": {
      "types": "./translate/index.d.ts",
      "default": "./fesm2022/ng-dynamic-mf-translate.mjs"
    }
  },
  "sideEffects": false
}