{
  "description": "Tailwind-first Next.js Image component with automatic sizes inference.",
  "homepage": "https://github.com/PaulRBerg/tw-next-image#readme",
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "tw-next-image",
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.1.0",
  "files": [
    "dist/**",
    "CHANGELOG.md"
  ],
  "keywords": [
    "nextjs",
    "next-image",
    "tailwindcss",
    "tailwind",
    "images",
    "react"
  ],
  "author": {
    "name": "Paul Razvan Berg",
    "url": "https://github.com/PaulRBerg"
  },
  "bugs": {
    "url": "https://github.com/PaulRBerg/tw-next-image/issues"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.12",
    "@sablier/devkit": "^1.12.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.1",
    "@types/node": "^25.0.3",
    "@types/react": "^19.2.7",
    "@vitest/ui": "^4.0.16",
    "husky": "^9.1.7",
    "jsdom": "^27.3.0",
    "lint-staged": "^16.2.7",
    "next": "^16.0.14",
    "prettier": "^3.7.4",
    "react": "^19.2.3",
    "typescript": "^5.9.3",
    "ultracite": "^7.0.12",
    "vitest": "^4.0.16"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./infer-sizes": {
      "types": "./dist/infer-sizes/index.d.ts",
      "import": "./dist/infer-sizes/index.js"
    },
    "./smart-image": {
      "types": "./dist/smart-image/index.d.ts",
      "import": "./dist/smart-image/index.js"
    },
    "./internal/*": null,
    "./package.json": "./package.json"
  },
  "peerDependencies": {
    "next": ">=13.0.0",
    "react": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PaulRBerg/tw-next-image.git"
  },
  "scripts": {
    "setup": "husky"
  }
}
