{
  "name": "kolenkainc-honohub-vite",
  "description": "Vite plugin for honohub",
  "version": "v0.4.1",
  "license": "MIT",
  "keywords": [
    "hono",
    "middleware",
    "react",
    "builder",
    "honohub",
    "plugin",
    "vite",
    "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"
  },
  "peerDependencies": {
    "drizzle-orm": "^0.44.2"
  },
  "devDependencies": {
    "kolenkainc-honohub-react": "workspace:0.0.0",
    "drizzle-graphql": "^0.8.5",
    "kolenkainc-honohub": "workspace:0.0.0",
    "vite": "^5.3.3"
  },
  "types": "./index.cjs.d.ts",
  "module": "./index.esm.js",
  "main": "./index.cjs.js"
}