{
  "name": "vite-plugin-hashed-favicons",
  "version": "2.1.1",
  "description": "Vite Plugin for hashed favicons",
  "type": "module",
  "author": "Ben Scholzen 'DASPRiD'",
  "license": "BSD-3-Clause",
  "keywords": [
    "vite",
    "plugin",
    "favicons",
    "hashed"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/DASPRiD/vite-plugin-hashed-favicons.git"
  },
  "files": [
    "dist/**/*"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./virtual": {
      "types": "./dist/virtual.d.ts"
    }
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.build.json && node -e \"fs.cpSync('src/virtual.d.ts', 'dist/virtual.d.ts')\"",
    "test": "tsx --test",
    "format": "biome format . --write",
    "check": "biome check . --write"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.6",
    "@commitlint/cli": "^21.2.1",
    "@commitlint/config-conventional": "^21.2.0",
    "@tsconfig/node24": "^24.0.4",
    "@types/node": "^26.1.2",
    "lefthook": "^2.1.10",
    "tsx": "^4.23.1",
    "typescript": "^7.0.2",
    "vite": "^8.1.5"
  },
  "dependencies": {
    "sharp": "^0.35.3"
  },
  "peerDependencies": {
    "vite": "^5.0.12 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "packageManager": "pnpm@11.17.0+sha512.cca3cea332ad254bb84145f966d19f4879615210346fc92c79a047f23a0d7b3cca3c3792f0076ba1f1831d277efbcf0a9119b31a9a60eca7fb3d6231f331ef72"
}
