{
  "name": "vite-live-preview",
  "version": "0.4.0",
  "description": "Vite build with preview.",
  "keywords": [
    "vite",
    "live",
    "preview",
    "dev",
    "watch",
    "server"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Shakeskeyboarde/vite-live-preview.git"
  },
  "license": "Unlicense",
  "type": "module",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@seahax/deep-copy": "^0.1.0",
    "@seahax/semaphore": "^0.5.1",
    "@types/ws": "^8.18.1",
    "escape-goat": "^4.0.0",
    "strip-ansi": "^7.1.2",
    "ws": "^8.18.3"
  },
  "devDependencies": {
    "@seahax/eslint": "^0.2.25",
    "@seahax/rev": "^0.3.0",
    "@seahax/tsconfig": "^0.1.3",
    "@seahax/vite-plugin-data": "^1.0.13",
    "@seahax/vite-plugin-lib": "^0.8.4",
    "@types/node": "^24.3.3",
    "eslint": "^9.35.0",
    "typescript": "^5.9.2",
    "vite": "^7.1.5"
  },
  "peerDependencies": {
    "vite": ">=5.4.0"
  },
  "gitHead": "8aa968393ec71e9cb967bc0fab94712c58dab8ab",
  "scripts": {
    "build": "vite build && tsc -p tsconfig.build.json",
    "demo": "pnpm build && vite build --watch -c demo/vite.config.ts",
    "lint": "eslint .",
    "modernize": "npx npm-check-updates@latest -i --peer --format group",
    "test": "pnpm lint --max-warnings=0"
  }
}