{
  "name": "@unkey/hono",
  "version": "2.0.0",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "unkey",
    "client",
    "api",
    "hono"
  ],
  "bugs": {
    "url": "https://github.com/unkeyed/sdks/issues"
  },
  "homepage": "https://github.com/unkeyed/sdks/tree/main/hono#readme",
  "files": [
    "./dist/**"
  ],
  "author": "Andreas Thomas <andreas@chronark.com>",
  "devDependencies": {
    "@types/node": "^24.2.0",
    "@vitest/ui": "3.2.4",
    "hono": "^4.8.12",
    "msw": "^2.8.7",
    "tsup": "^8.0.2",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4",
    "zod": "^4.0.14"
  },
  "dependencies": {
    "@unkey/api": "^2.0.3"
  },
  "peerDependencies": {
    "hono": "^4.6.3"
  },
  "packageManager": "pnpm@8.14.1+sha256.2df78e65d433d7693b9d3fbdaf431b2d96bb4f96a2ffecd51a50efe16e50a6a8",
  "scripts": {
    "build": "tsup",
    "test": "vitest run"
  }
}