{
  "name": "openapi-ts-hono",
  "version": "0.1.4",
  "description": "Type-check Hono apps against OpenAPI paths generated by openapi-typescript",
  "keywords": [
    "hono",
    "openapi",
    "typescript"
  ],
  "homepage": "https://github.com/ssssota/openapi-ts-hono#readme",
  "bugs": {
    "url": "https://github.com/ssssota/openapi-ts-hono/issues"
  },
  "license": "MIT",
  "author": "TOMIKAWA Sotaro",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ssssota/openapi-ts-hono.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "devDependencies": {
    "@hono/standard-validator": "^0.4.0",
    "@typescript/native-preview": "7.0.0-dev.20260707.2",
    "hono": "^4.13.1",
    "openapi-typescript": "^7.13.0",
    "oxfmt": "^0.63.0",
    "oxlint": "^1.78.0",
    "typescript": "^6.0.3",
    "vite-plus": "^0.2.9",
    "vitest": "^4.1.10",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "hono": ">=4.11.2"
  },
  "scripts": {
    "build": "vp pack src/index.ts --dts",
    "test": "vp test",
    "check": "vp check",
    "fmt": "vp check --fix"
  }
}