{
  "name": "ng-in-viewport",
  "version": "16.1.0",
  "description": "Allows us to check if an element is within the browsers visual viewport",
  "keywords": [
    "angular",
    "ng",
    "IntersectionObserver",
    "intersection-observer",
    "viewport",
    "visibility",
    "infinite-scroll",
    "lazy-loading",
    "lazyload",
    "lazy-loading-images",
    "lazyload-images",
    "angular-14",
    "angular-15",
    "angular-16"
  ],
  "homepage": "https://k3nsei.github.io/ng-in-viewport/",
  "bugs": {
    "url": "https://github.com/k3nsei/ng-in-viewport/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/k3nsei/ng-in-viewport.git"
  },
  "license": "MIT",
  "author": {
    "name": "Piotr Stępniewski",
    "email": "k3nsei.pl@gmail.com",
    "url": "https://github.com/k3nsei"
  },
  "dependencies": {
    "lodash-es": "^4.17.21",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || >=17.0.0",
    "@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || >=17.0.0"
  },
  "publishConfig": {
    "provenance": true
  },
  "module": "fesm2022/ng-in-viewport.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ng-in-viewport.mjs",
      "esm": "./esm2022/ng-in-viewport.mjs",
      "default": "./fesm2022/ng-in-viewport.mjs"
    }
  },
  "sideEffects": false
}