{
  "name": "vite-plugin-kirby",
  "version": "5.7.1",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "types": "dist/index.d.ts",
  "keywords": [
    "vite",
    "kirby",
    "plugin"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --clean --dts",
    "dev": "npm run build -- --watch"
  },
  "author": "arnoson",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arnoson/kirby-vite.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^24.0.0",
    "@vitejs/plugin-legacy": "^8.0.0",
    "bumpp": "^10",
    "picocolors": "^1.1.1",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3",
    "vite": "^8.0.0"
  },
  "homepage": "https://github.com/arnoson/vite-plugin-kirby#readme",
  "dependencies": {
    "vite-plugin-live-reload": "^3.0.4"
  },
  "peerDependencies": {
    "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  }
}
