{
  "name": "react-intersection-observer",
  "version": "9.4.1",
  "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.esm.js",
  "unpkg": "./react-intersection-observer.umd.js",
  "types": "./index.d.ts",
  "exports": {
    "./test-utils": {
      "types": "./test-utils.d.ts",
      "default": "./test-utils.js"
    },
    ".": {
      "types": "./index.d.ts",
      "require": "./react-intersection-observer.js",
      "default": "./react-intersection-observer.modern.mjs"
    }
  },
  "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"
    ]
  },
  "size-limit": [
    {
      "path": "dist/react-intersection-observer.esm.js",
      "name": "InView",
      "import": "{ InView }",
      "limit": "1.8 kB"
    },
    {
      "path": "dist/react-intersection-observer.esm.js",
      "name": "useInView",
      "import": "{ useInView }",
      "limit": "1.3 kB"
    },
    {
      "path": "dist/react-intersection-observer.esm.js",
      "name": "observe",
      "import": "{ observe }",
      "limit": "1 kB"
    }
  ],
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
  }
}
