{
  "name": "ng-hub-ui-portal",
  "version": "22.0.4",
  "description": "A flexible Angular portal library for dynamic content rendering with advanced positioning and interaction control",
  "keywords": [
    "angular",
    "portal",
    "modal",
    "dialog",
    "popup",
    "overlay",
    "dynamic-content",
    "component-rendering",
    "ui-component",
    "angular-portal",
    "angular16",
    "typescript",
    "hub-ui",
    "accessibility",
    "a11y"
  ],
  "author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
  "repository": {
    "type": "git",
    "url": "https://github.com/carlos-morcillo/ng-hub-ui-portal"
  },
  "bugs": {
    "url": "https://github.com/carlos-morcillo/ng-hub-ui-portal/issues"
  },
  "homepage": "https://hubui.dev/",
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">=18.0.0",
    "@angular/core": ">=18.0.0",
    "ng-hub-ui-utils": ">=22.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "buymeacoffee",
    "url": "https://buymeacoffee.com/carlosmorcillo"
  },
  "module": "fesm2022/ng-hub-ui-portal.mjs",
  "typings": "types/ng-hub-ui-portal.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ng-hub-ui-portal.d.ts",
      "default": "./fesm2022/ng-hub-ui-portal.mjs"
    }
  },
  "type": "module"
}