{
  "name": "@orval/hono",
  "version": "8.19.0",
  "homepage": "https://orval.dev/docs/guides/hono",
  "bugs": {
    "url": "https://github.com/orval-labs/orval/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/orval-labs/orval.git",
    "directory": "packages/hono"
  },
  "files": [
    "dist",
    "!dist/**/*.d.ts.map",
    "!dist/**/*.d.mts.map"
  ],
  "type": "module",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@orval/core": "8.19.0",
    "@orval/zod": "8.19.0",
    "fs-extra": "^11.3.2"
  },
  "devDependencies": {
    "@hono/zod-validator": "0.7.6",
    "@types/fs-extra": "^11.0.4",
    "hono": "4.11.9",
    "rimraf": "6.1.2",
    "typescript": "6.0.3",
    "vitest": "4.0.18",
    "zod": "4.4.2"
  },
  "peerDependencies": {
    "typescript": ">=5"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  }
}
