{
  "name": "@angular-architects/native-federation",
  "version": "22.0.0",
  "generators": "./collection.json",
  "builders": "./builders.json",
  "schematics": "./collection.json",
  "license": "MIT",
  "author": {
    "name": "Manfred Steyer",
    "url": "http://www.angulararchitects.io"
  },
  "peerDependencies": {
    "@softarc/native-federation": "^4.0.0",
    "@softarc/native-federation-orchestrator": "^4.2.2",
    "@angular-devkit/architect": "^0.2200.0",
    "@angular-devkit/core": "~22.0.0",
    "@angular/build": "~22.0.0"
  },
  "dependencies": {
    "@softarc/native-federation": "^4.0.0",
    "@softarc/native-federation-orchestrator": "^4.2.2",
    "@angular-devkit/architect": "^0.2200.0",
    "@angular-devkit/core": "~22.0.0",
    "@angular-devkit/schematics": "~22.0.0",
    "@angular/build": "~22.0.0",
    "@chialab/esbuild-plugin-commonjs": "^0.19.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/native-federation/angular-adapter"
  },
  "ng-update": {
    "migrations": "./migration-collection.json"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./src/index.d.ts",
      "import": "./src/index.js",
      "default": "./src/index.js"
    },
    "./config": {
      "types": "./src/config.d.ts",
      "import": "./src/config.js",
      "default": "./src/config.js"
    },
    "./internal": {
      "types": "./src/internal.d.ts",
      "import": "./src/internal.js",
      "default": "./src/internal.js"
    },
    "./node-preload": {
      "types": "./src/node-preload.d.ts",
      "import": "./src/node-preload.js",
      "default": "./src/node-preload.js"
    }
  },
  "homepage": "https://github.com/native-federation/angular-adapter",
  "type": "module",
  "files": [
    "src",
    "collection.json",
    "generators.json",
    "builders.json",
    "migration-collection.json",
    "README.md",
    "LICENSE",
    "!**/*.tsbuildinfo"
  ],
  "types": "./src/index.d.ts",
  "module": "./src/index.js",
  "main": "./src/index.js"
}