{
  "name": "vite-webp-avif-generator-plugin",
  "version": "2.4.0",
  "description": "Automatically converts JPG and PNG images to commit-ready WebP and AVIF files during Vite and Nuxt development",
  "author": "Karev G.S.",
  "license": "MIT",
  "type": "module",
  "main": "./vite-webp-avif-generator-plugin.js",
  "types": "./vite-webp-avif-generator-plugin.d.ts",
  "exports": {
    ".": {
      "types": "./vite-webp-avif-generator-plugin.d.ts",
      "import": "./vite-webp-avif-generator-plugin.js"
    }
  },
  "files": [
    "vite-webp-avif-generator-plugin.js",
    "vite-webp-avif-generator-plugin.d.ts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "vite",
    "vite-plugin",
    "webp",
    "avif",
    "image",
    "image-conversion",
    "image-converter",
    "image-generator",
    "image-optimizer",
    "jpeg-to-webp",
    "jpg-to-webp",
    "nuxt",
    "png-to-webp",
    "sharp",
    "dev-tools"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gkarev/vite-webp-avif-generator-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/gkarev/vite-webp-avif-generator-plugin/issues"
  },
  "homepage": "https://github.com/gkarev/vite-webp-avif-generator-plugin#readme",
  "engines": {
    "node": ">=20.19.0"
  },
  "peerDependencies": {
    "vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "dependencies": {
    "chokidar": "^3.5.3 || ^4.0.0 || ^5.0.0",
    "sharp": "^0.35.0"
  },
  "devDependencies": {
    "vite": "^8.0.3"
  },
  "scripts": {
    "dev:playground": "vite --config playground/vite.config.js",
    "test": "npm run verify",
    "verify": "node --check vite-webp-avif-generator-plugin.js && node playground/scripts/test-format-options.mjs && node playground/scripts/test-output-naming.mjs && node playground/scripts/test-active-work-cleanup.mjs && node playground/scripts/test-incomplete-cleanup.mjs && node playground/scripts/run-tests.mjs && node playground/scripts/test-logging.mjs && node playground/scripts/test-nuxt-srcdir-public.mjs && node playground/scripts/test-nuxt-watcher-cleanup.mjs && node playground/scripts/test-race-initial-pass.mjs && npm audit --omit=dev && npm pack --dry-run --ignore-scripts",
    "prepublishOnly": "npm run verify"
  }
}
