{
  "name": "@serwist/vite",
  "version": "9.5.11",
  "type": "module",
  "description": "A module that integrates Serwist into your Vite application.",
  "files": [
    "src",
    "dist",
    "*.d.mts"
  ],
  "keywords": [
    "react",
    "remix",
    "vue",
    "preact",
    "svelte",
    "sveltekit",
    "solidjs",
    "vite",
    "vite-plugin",
    "serwist",
    "serwistjs",
    "pwa",
    "sw",
    "service worker",
    "web",
    "service-worker"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "author": "antfu <anthonyfu117@hotmail.com>",
  "contributors": [
    "Serwist <ducanh2912.rusty@gmail.com> (https://serwist.pages.dev/)"
  ],
  "license": "MIT",
  "repository": "https://github.com/serwist/serwist",
  "bugs": "https://github.com/serwist/serwist/issues",
  "homepage": "https://serwist.pages.dev",
  "sideEffects": false,
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "typesVersions": {
    "*": {
      "worker": [
        "./dist/index.worker.d.mts"
      ],
      "schema": [
        "./dist/index.schema.d.mts"
      ],
      "typings": [
        "./typings.d.mts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./worker": {
      "types": "./dist/index.worker.d.mts",
      "default": "./dist/index.worker.mjs"
    },
    "./schema": {
      "types": "./dist/index.schema.d.mts",
      "default": "./dist/index.schema.mjs"
    },
    "./typings": {
      "types": "./typings.d.mts"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "glob": "13.0.6",
    "kolorist": "1.8.0",
    "zod": "4.4.1",
    "@serwist/build": "9.5.11",
    "@serwist/utils": "9.5.11",
    "serwist": "9.5.11"
  },
  "devDependencies": {
    "@types/node": "25.6.0",
    "rollup": "4.60.2",
    "tsdown": "0.21.10",
    "typescript": "6.0.3",
    "vite": "8.0.10",
    "serwist": "9.5.11",
    "@serwist/window": "9.5.11"
  },
  "peerDependencies": {
    "rollup": ">=4.0.0",
    "typescript": ">=5.0.0",
    "vite": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "rollup": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "scripts": {
    "build": "rimraf dist && NODE_ENV=production tsdown",
    "dev": "tsdown --watch",
    "lint": "biome lint ./src",
    "typecheck": "tsc"
  }
}