{
  "name": "@thejlifex/ngx-scroll-spy",
  "version": "0.0.2",
  "author": "Ulrich Tiofack",
  "peerDependencies": {
    "@angular/common": ">=14",
    "@angular/core": ">=14"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "description": "An Angular library that can spy the position of elements (inside a scrollable container) and emit the currently active (visible) element in the viewport.",
  "keywords": [
    "Angular",
    "scrollspy",
    "scroll-spy",
    "scroll spy",
    "directive",
    "nav",
    "navbar",
    "active",
    "scroll",
    "spy",
    "intersection observer",
    "ngx-scroll-spy"
  ],
  "homepage": "https://github.com/TheJLifeX/ngx-scroll-spy#readme",
  "bugs": {
    "url": "https://github.com/TheJLifeX/ngx-scroll-spy/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TheJLifeX/ngx-scroll-spy.git"
  },
  "license": "MIT",
  "module": "fesm2015/thejlifex-ngx-scroll-spy.mjs",
  "es2020": "fesm2020/thejlifex-ngx-scroll-spy.mjs",
  "esm2020": "esm2020/thejlifex-ngx-scroll-spy.mjs",
  "fesm2020": "fesm2020/thejlifex-ngx-scroll-spy.mjs",
  "fesm2015": "fesm2015/thejlifex-ngx-scroll-spy.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/thejlifex-ngx-scroll-spy.mjs",
      "es2020": "./fesm2020/thejlifex-ngx-scroll-spy.mjs",
      "es2015": "./fesm2015/thejlifex-ngx-scroll-spy.mjs",
      "node": "./fesm2015/thejlifex-ngx-scroll-spy.mjs",
      "default": "./fesm2020/thejlifex-ngx-scroll-spy.mjs"
    }
  },
  "sideEffects": false
}