{
  "name": "kolenkainc-honohub-graphql",
  "description": "GraphQL middleware for honohub",
  "version": "v0.4.1",
  "license": "MIT",
  "keywords": [
    "hono",
    "api",
    "middleware",
    "graphql",
    "builder",
    "drizzle",
    "zod",
    "validation",
    "honojs"
  ],
  "homepage": "https://honohub.dev/",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kolenkainc/honohub.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/kolenkainc/honohub/issues"
  },
  "dependencies": {
    "@hono/zod-validator": "^0.2.2",
    "drizzle-graphql": "^0.8.5",
    "graphql": "^16.9.0",
    "zod": "^3.23.8"
  },
  "peerDependencies": {
    "graphiql": "^3.3.2",
    "@graphiql/toolkit": "^0.9.1",
    "hono": "^4.1.1",
    "kolenkainc-honohub": "workspace:0.0.0"
  },
  "exports": {
    ".": {
      "types": "./index.cjs.d.ts",
      "import": "./index.esm.js",
      "require": "./index.cjs.js"
    },
    "./playground": {
      "types": "./playground.cjs.d.ts",
      "import": "./playground.esm.js",
      "require": "./playground.cjs.js"
    }
  },
  "types": "./index.cjs.d.ts",
  "module": "./index.esm.js",
  "main": "./index.cjs.js"
}