{
  "name": "ng-hub-ui-breadcrumbs",
  "version": "22.4.3",
  "description": "A flexible and reusable breadcrumb component for Angular applications that automatically generates breadcrumbs based on routing configuration",
  "keywords": [
    "angular",
    "customizable",
    "bootstrap",
    "breadcrumb",
    "breadcrumbs",
    "navigation",
    "routing",
    "component",
    "typescript"
  ],
  "author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carlos-morcillo/ng-hub-ui-breadcrumbs.git"
  },
  "bugs": {
    "url": "https://github.com/carlos-morcillo/ng-hub-ui-breadcrumbs/issues"
  },
  "homepage": "https://hubui.dev/",
  "peerDependencies": {
    "@angular/common": ">=18.0.0",
    "@angular/core": ">=18.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ng-hub-ui-breadcrumbs.mjs",
  "typings": "types/ng-hub-ui-breadcrumbs.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ng-hub-ui-breadcrumbs.d.ts",
      "default": "./fesm2022/ng-hub-ui-breadcrumbs.mjs"
    }
  },
  "type": "module"
}