{
  "name": "next-squoosh",
  "version": "0.0.6",
  "description": "A React image optimization component with automatic WebP conversion and compression",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "pnpm run build",
    "release": "release-it"
  },
  "dependencies": {
    "@squoosh/lib": "^0.5.3"
  },
  "devDependencies": {
    "@types/react": "^19.1.0",
    "@types/react-dom": "^19.1.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "release-it": "^19.0.2",
    "typescript": "^4.5.4"
  },
  "peerDependencies": {
    "next": ">=15.3.0",
    "react": ">=19.1.0",
    "react-dom": ">=19.1.0"
  },
  "keywords": [
    "react",
    "image",
    "optimization",
    "webp",
    "compression",
    "squoosh"
  ],
  "author": {
    "email": "7envthlegion@gmail.com",
    "name": "sevethlegion",
    "url": "https://github.com/seventhlegion"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seventhlegion/squoosh-image.git"
  },
  "publishConfig": {
    "access": "public"
  }
}
