{
  "name": "ngx-horizontal-scroll-menu",
  "version": "2.2.0",
  "description": "A lightweight, customizable Angular library for creating beautiful horizontal scrolling menus with smooth navigation controls. Compatible with Angular 19+ and includes 100% test coverage.",
  "homepage": "https://github.com/isahohieku/ngx-horizontal-menu-scroll#readme",
  "keywords": [
    "angular",
    "angular19",
    "ngx",
    "scroll",
    "horizontal-scroll",
    "horizontal-scroll-menu",
    "scroll-menu",
    "navigation",
    "menu",
    "carousel",
    "slider",
    "responsive",
    "typescript",
    "angular-library",
    "angular-component",
    "ngx-horizontal-scroll-menu"
  ],
  "author": {
    "name": "Isah Ohieku",
    "email": "isahohieku@gmail.com",
    "url": "https://github.com/isahohieku"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/isahohieku/ngx-horizontal-menu-scroll"
  },
  "bugs": {
    "url": "https://github.com/isahohieku/ngx-horizontal-menu-scroll/issues",
    "email": "isahohieku@gmail.com"
  },
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^19.0.0",
    "@angular/core": "^19.0.0"
  },
  "module": "fesm2022/ngx-horizontal-scroll-menu.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-horizontal-scroll-menu.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}