{
  "name": "@ssrx/vite",
  "version": "0.8.0",
  "sideEffects": false,
  "type": "module",
  "keywords": [
    "vite",
    "vite-plugin",
    "ssr"
  ],
  "license": "MIT",
  "author": "marbemac (https://github.com/marbemac)",
  "repository": {
    "type": "git",
    "url": "https://github.com/marbemac/ssrx",
    "directory": "packages/vite"
  },
  "files": [
    "dist",
    "src"
  ],
  "exports": {
    "./types": "./src/types.ts",
    "./plugin": {
      "types": "./src/plugin-entry.ts",
      "bun": "./src/plugin-entry.ts",
      "import": "./dist/plugin-entry.js"
    },
    "./runtime": {
      "types": "./src/runtime/index.ts",
      "bun": "./src/runtime/index.ts",
      "import": "./dist/runtime/index.js"
    }
  },
  "scripts": {
    "build": "rollup -c",
    "test": "vitest run",
    "test.watch": "vitest watch --update",
    "typecheck": "tsc",
    "lint": "eslint ."
  },
  "peerDependencies": {
    "vite": ">=4"
  },
  "dependencies": {
    "@hono/node-server": "^1.13.1",
    "radix3": "^1.1.2",
    "vite-env-only": "3.0.3"
  },
  "devDependencies": {
    "@total-typescript/ts-reset": "~0.6.1",
    "esbuild": "0.25.6",
    "rollup": "4.45.0",
    "rollup-plugin-esbuild": "6.2.1",
    "vite": "7.0.4"
  }
}
