{
  "name": "vite-plugin-proxy-http2",
  "version": "0.2.2",
  "type": "module",
  "description": "Vite plugin for HTTP/2 proxy support with proper protocol handling",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "dev": "vite build --watch",
    "dev:demo": "vite --config demo/vite.config.ts",
    "test:watch": "vitest",
    "test": "vitest run",
    "format": "pnpm exec biome format --write",
    "lint": "pnpm exec biome check",
    "lint:fix": "pnpm exec biome check --write",
    "check": "pnpm run lint && pnpm build && pnpm run test",
    "prepublishOnly": "npm run check",
    "typecheck": "tsc --noEmit",
    "verify": "./scripts/verify-publish.sh"
  },
  "keywords": [
    "vite",
    "vite-plugin",
    "http2",
    "proxy"
  ],
  "author": "Liam Don <liamdon@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liamdon/vite-plugin-proxy-http2.git"
  },
  "bugs": {
    "url": "https://github.com/liamdon/vite-plugin-proxy-http2/issues"
  },
  "homepage": "https://github.com/liamdon/vite-plugin-proxy-http2#readme",
  "engines": {
    "node": ">=14.18.0"
  },
  "packageManager": "pnpm@10.11.0",
  "devDependencies": {
    "@biomejs/biome": "2.1.1",
    "@types/node": "^24.0.13",
    "@types/ws": "^8.18.1",
    "node-fetch": "^3.3.2",
    "typescript": "^5.8.3",
    "vite": "7.0.4",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.4",
    "ws": "^8.18.3"
  },
  "peerDependencies": {
    "vite": ">=4.0.0"
  }
}
