{
  "name": "@studiohyperdrive/ngx-inform",
  "version": "21.0.0",
  "description": "A lightweight ARIA compliant customizable approach for common and complex inform flows in Angular.",
  "keywords": [
    "angular",
    "angular2",
    "inform",
    "ARIA",
    "WCAG",
    "tooltip",
    "tip",
    "accessibility",
    "modal",
    "dialog",
    "alertdialog"
  ],
  "homepage": "https://open-source.studiohyperdrive.be/docs/angular/inform/introduction",
  "license": "MIT",
  "author": {
    "name": "Studio Hyperdrive",
    "url": "https://studiohyperdrive.be/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/studiohyperdrive/hyperdrive-opensource",
    "directory": "libs/angular/inform/src"
  },
  "peerDependencies": {
    "@angular/common": "^21.0.8",
    "@angular/core": "^21.0.8",
    "@angular/cdk": "^21.0.6",
    "@studiohyperdrive/ngx-core": "^21.0.0",
    "angular2-uuid": "^1.1.1"
  },
  "sideEffects": false,
  "module": "fesm2022/studiohyperdrive-ngx-inform.mjs",
  "typings": "types/studiohyperdrive-ngx-inform.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/studiohyperdrive-ngx-inform.d.ts",
      "default": "./fesm2022/studiohyperdrive-ngx-inform.mjs"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  }
}