{
  "name": "use-favicon",
  "version": "2.0.0",
  "description": "A React hook to add dynamic favicons to your application",
  "main": "dist/index.js",
  "packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800",
  "author": "arielbk",
  "keywords": [
    "react",
    "favicon",
    "hook"
  ],
  "homepage": "https://github.com/arielbk/use-favicon",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arielbk/use-favicon.git"
  },
  "bugs": {
    "url": "https://github.com/arielbk/use-favicon/issues"
  },
  "license": "MIT",
  "scripts": {
    "build": "pnpm run build:lib && pnpm --dir site run build",
    "build:lib": "tsup",
    "dev": "tsup --watch",
    "release": "release-it",
    "test": "pnpm run test:lib && pnpm --dir site run test",
    "test:lib": "vitest run",
    "test:watch": "vitest",
    "typecheck": "pnpm run typecheck:lib && pnpm --dir site run typecheck",
    "typecheck:lib": "tsc --noEmit"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "@vitest/coverage-v8": "^4.0.8",
    "jsdom": "^26.1.0",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "release-it": "^15.5.0",
    "tsup": "^8.5.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.8"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18"
  },
  "files": [
    "dist"
  ],
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  }
}
