{
  "name": "auto-clear-cache",
  "version": "1.3.0",
  "description": "Automatically detects new app versions, clears browser caches & storages, and reloads to ensure users always get the latest deployment.",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "type": "module",
  "keywords": [
    "cache",
    "cache buster",
    "auto reload",
    "versioning",
    "vite plugin",
    "clear cache",
    "browser storage",
    "update detector",
    "vite",
    "javascript",
    "vue",
    "react",
    "angular",
    "svelte",
    "pwa"
  ],
  "author": {
    "name": "Kerolos Zakaria",
    "email": "keroloszakaria2@gmail.com",
    "url": "https://github.com/keroloszakaria"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keroloszakaria/auto-clear-cache.git"
  },
  "bugs": {
    "url": "https://github.com/keroloszakaria/auto-clear-cache/issues"
  },
  "homepage": "https://auto-clear-cache.surge.sh",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    },
    "./vite": {
      "import": "./dist/vite-plugin-version.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "release": "npm publish --access public",
    "build": "vite build && node scripts/copy-plugin.mjs && javascript-obfuscator dist/index.js --output dist/index.js --compact true --control-flow-flattening true",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "docs:serve": "vitepress serve docs"
  },
  "devDependencies": {
    "javascript-obfuscator": "^5.1.0",
    "vitepress": "^1.6.4"
  }
}