{
  "name": "@scalar/void-server",
  "description": "Mirror for HTTP requests",
  "license": "MIT",
  "author": "Scalar (https://github.com/scalar)",
  "homepage": "https://github.com/scalar/scalar",
  "bugs": "https://github.com/scalar/scalar/issues/new/choose",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scalar/scalar.git",
    "directory": "packages/void-server"
  },
  "keywords": [
    "scalar",
    "http testing",
    "hono"
  ],
  "version": "2.4.4",
  "engines": {
    "node": ">=22"
  },
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "./dist",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@hono/node-server": "^1.19.10",
    "hono": "^4.12.7",
    "js-base64": "^3.7.8",
    "@scalar/helpers": "0.4.3"
  },
  "devDependencies": {
    "vite": "8.0.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "dev": "tsx playground/index.ts",
    "test": "vitest",
    "types:check": "tsc --noEmit"
  }
}