{
  "name": "@edsis/angular",
  "version": "22.0.93",
  "peerDependencies": {
    "@angular/common": ">=22.0.0",
    "@angular/core": ">=22.0.0",
    "@angular/forms": ">=22.0.0",
    "@angular/router": ">=22.0.0",
    "@tauri-apps/api": ">=2.0.0",
    "@edsis/navigation": "^22.0.93",
    "@edsis/sdk": "^22.0.93",
    "@edsis/theme": "^22.0.93",
    "@edsis/component": "^22.0.93",
    "rxjs": ">=7.8.0"
  },
  "peerDependenciesMeta": {
    "@angular/forms": {
      "optional": true
    },
    "@angular/router": {
      "optional": true
    },
    "@tauri-apps/api": {
      "optional": true
    },
    "@edsis/navigation": {
      "optional": true
    },
    "@edsis/sdk": {
      "optional": true
    },
    "@edsis/theme": {
      "optional": true
    },
    "@edsis/component": {
      "optional": true
    },
    "rxjs": {
      "optional": true
    }
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "sideEffects": false,
  "module": "fesm2022/edsis-angular.mjs",
  "typings": "types/edsis-angular.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/edsis-angular.d.ts",
      "default": "./fesm2022/edsis-angular.mjs"
    },
    "./block/shell": {
      "types": "./types/edsis-angular-block-shell.d.ts",
      "default": "./fesm2022/edsis-angular-block-shell.mjs"
    },
    "./block/themes": {
      "types": "./types/edsis-angular-block-themes.d.ts",
      "default": "./fesm2022/edsis-angular-block-themes.mjs"
    },
    "./module/auth": {
      "types": "./types/edsis-angular-module-auth.d.ts",
      "default": "./fesm2022/edsis-angular-module-auth.mjs"
    },
    "./platform/mfe": {
      "types": "./types/edsis-angular-platform-mfe.d.ts",
      "default": "./fesm2022/edsis-angular-platform-mfe.mjs"
    },
    "./services/runtime": {
      "types": "./types/edsis-angular-services-runtime.d.ts",
      "default": "./fesm2022/edsis-angular-services-runtime.mjs"
    }
  },
  "type": "module"
}