{
  "name": "ng-hub-ui-accordion",
  "version": "21.1.1",
  "description": "A flexible, accessible, and customizable accordion component for Angular 19, part of the ng-hub-ui family.",
  "author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
  "repository": {
    "type": "git",
    "url": "https://github.com/carlosmorcillo/ng-hub-ui-accordion.git"
  },
  "homepage": "https://www.carlosmorcillo.com",
  "keywords": [
    "angular",
    "accordion",
    "ui-component",
    "angular-library",
    "ng-hub-ui",
    "typescript",
    "signals",
    "angular",
    "angular19"
  ],
  "peerDependencies": {
    "@angular/common": ">=21.0.0",
    "@angular/core": ">=21.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ng-hub-ui-accordion.mjs",
  "typings": "types/ng-hub-ui-accordion.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ng-hub-ui-accordion.d.ts",
      "default": "./fesm2022/ng-hub-ui-accordion.mjs"
    }
  }
}