{
  "name": "ngx-audio-wave",
  "version": "21.0.2",
  "description": "A modern, accessible audio wave visualization component for Angular 20+ with comprehensive keyboard navigation and screen reader support.",
  "peerDependencies": {
    "@angular/common": ">=21.0.0 <22.0.0",
    "@angular/core": ">=21.0.0 <22.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joldibaev/ngx-audio-wave.git"
  },
  "homepage": "https://joldibaev.github.io/ngx-audio-wave/",
  "author": {
    "name": "Joldibaev Nurlan",
    "email": "nurlan@joldibaev.uz",
    "url": "https://github.com/joldibaev"
  },
  "license": "MIT",
  "keywords": [
    "ngx",
    "angular",
    "audio-wave",
    "audio",
    "wave",
    "player",
    "music",
    "sound",
    "visualization",
    "accessibility",
    "a11y",
    "keyboard",
    "screen-reader",
    "aria",
    "wcag",
    "signals",
    "standalone",
    "typescript"
  ],
  "bugs": {
    "url": "https://github.com/joldibaev/ngx-audio-wave/issues"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/joldibaev"
  },
  "module": "fesm2022/ngx-audio-wave.mjs",
  "typings": "types/ngx-audio-wave.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-audio-wave.d.ts",
      "default": "./fesm2022/ngx-audio-wave.mjs"
    }
  }
}