{
  "name": "@charlietango/use-native-lazy-loading",
  "description": "Detect if the browser supports the new 'loading' attribute on Image elements.",
  "version": "1.10.0",
  "private": false,
  "sideEffects": false,
  "main": "lib/useNativeLazyLoading.cjs.js",
  "module": "lib/useNativeLazyLoading.esm.js",
  "typings": "lib/useNativeLazyLoading.d.ts",
  "license": "MIT",
  "keywords": [
    "react",
    "hooks"
  ],
  "files": [
    "lib/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/charlie-tango/hooks.git"
  },
  "scripts": {
    "lint": "eslint . --ext js,ts,tsx",
    "prebuild": "rm -rf lib",
    "build": "rollup -c ../../tools/rollup.config.js",
    "postbuild": "tsc --noEmit false",
    "prepublish": "yarn build",
    "pretty": "prettier '**/*.{js,ts,tsx,md,json,yml,html}' --write",
    "test": "jest"
  },
  "jest": {
    "preset": "../../jest.config.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "react-intersection-observer": "^8.29.0"
  },
  "gitHead": "41fc8eb0903b5edc7271aa17129a3813fb434722"
}
