UNPKG

kolenkainc-honohub

Version:

The CMS for building apps and APIs with Hono

44 lines 930 B
{ "name": "kolenkainc-honohub", "description": "The CMS for building apps and APIs with Hono", "version": "v0.4.1", "license": "MIT", "keywords": [ "hono", "api", "middleware", "rest-api", "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-zod": "^0.8.2", "zod": "^3.23.8" }, "peerDependencies": { "drizzle-orm": "^0.44.2", "hono": "^4.1.1" }, "devDependencies": { "drizzle-graphql": "^0.8.5" }, "types": "./index.cjs.d.ts", "module": "./index.esm.js", "main": "./index.cjs.js" }