{
  "name": "@angular-architects/native-federation",
  "version": "21.2.3",
  "main": "src/index.js",
  "generators": "./collection.json",
  "builders": "./builders.json",
  "schematics": "./collection.json",
  "license": "MIT",
  "author": {
    "name": "Manfred Steyer",
    "url": "http://www.angulararchitects.io"
  },
  "homepage": "https://github.com/angular-architects/module-federation-plugin/tree/main/libs/native-federation",
  "repository": {
    "type": "git",
    "url": "https://github.com/angular-architects/module-federation-plugin"
  },
  "ng-update": {
    "migrations": "./migration-collection.json"
  },
  "dependencies": {
    "@babel/core": "^7.19.0",
    "@softarc/native-federation": "~3.5.1",
    "@softarc/native-federation-runtime": "~3.5.1",
    "@chialab/esbuild-plugin-commonjs": "^0.19.0",
    "@angular/build": "^21.2.0",
    "@angular-devkit/build-angular": "^21.2.0",
    "esbuild": ">=0.27.1 <0.27.4 || >0.27.4",
    "mrmime": "^2.0.1",
    "signale": "^1.4.0",
    "process": "0.11.10"
  },
  "peerDependencies": {},
  "types": "./src/index.d.ts",
  "type": "commonjs"
}