{
  "name": "@scalar/hono-api-reference",
  "description": "Hono middleware to serve beautiful, interactive API documentation from OpenAPI/Swagger documents.",
  "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": "integrations/hono"
  },
  "version": "0.11.7",
  "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"
  ],
  "readme": {
    "title": "Scalar API Reference for Hono",
    "badges": [
      {
        "type": "npm-version"
      },
      {
        "type": "npm-downloads"
      },
      {
        "type": "npm-license"
      }
    ],
    "documentation": "https://scalar.com/products/api-references/integrations/hono"
  },
  "dependencies": {
    "@scalar/client-side-rendering": "0.3.0"
  },
  "devDependencies": {
    "@hono/node-server": "^1.19.10",
    "@hono/zod-openapi": "^1.2.4",
    "hono": "^4.12.7",
    "vite": "8.0.0",
    "vitest": "4.1.0",
    "@scalar/openapi-to-markdown": "0.5.29"
  },
  "peerDependencies": {
    "hono": "^4.12.5"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "dev": "tsx watch playground/index.ts",
    "docker:build": "docker buildx build --platform=linux/amd64 -t scalar-hono-reference --build-arg=\"BASE_IMAGE=scalar-base\" .",
    "docker:run": "docker run -t scalar-hono-reference",
    "test": "vitest --run",
    "types:check": "tsgo --noEmit"
  }
}