{
  "name": "lazymage",
  "version": "0.0.0",
  "description": "Lazy load images from your React components",
  "main": "dist/index.js",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "^18.x.x || ^19.x.x"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@changesets/cli": "^2.28.1",
    "@rsbuild/plugin-react": "^1.1.1",
    "@rslib/core": "^0.5.3",
    "react": "^19.0.0",
    "ultracite": "^4.1.21"
  },
  "scripts": {
    "build": "rslib build",
    "lint": "ultracite lint",
    "format": "ultracite format",
    "release": "changeset publish",
    "version": "changeset version"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pulgueta/lazymage.git"
  },
  "keywords": [
    "react",
    "react-component",
    "lazyload",
    "lazyloading",
    "lazy-loading",
    "lazyload-images"
  ],
  "author": {
    "name": "Andrés Rodríguez (pulgueta)",
    "email": "afprodriguez@icloud.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pulgueta/lazymage/issues"
  },
  "homepage": "https://github.com/pulgueta/lazymage",
  "trustedDependencies": ["@biomejs/biome", "core-js"]
}
