{
  "name": "react-intersection-observer",
  "version": "8.34.0",
  "description": "Monitor if a component is inside the viewport, using IntersectionObserver API",
  "source": "src/index.tsx",
  "main": "react-intersection-observer.js",
  "module": "react-intersection-observer.m.js",
  "esmodule": "react-intersection-observer.esm.js",
  "unpkg": "react-intersection-observer.umd.js",
  "typings": "index.d.ts",
  "author": "Daniel Schmidt",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/thebuilder/react-intersection-observer.git"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "component",
    "hooks",
    "viewport",
    "intersection",
    "observer",
    "lazy load",
    "inview",
    "useInView",
    "useIntersectionObserver"
  ],
  "release": {
    "branches": [
      "master",
      {
        "name": "beta",
        "prerelease": true
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/npm",
        {
          "pkgRoot": "dist"
        }
      ],
      "@semantic-release/github"
    ]
  },
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0|| ^18.0.0"
  }
}
