Files
claude-central-gateway/package.json
dependabot[bot] cff73b69da chore(deps): Bump hono from 4.12.10 to 4.12.14
Bumps [hono](https://github.com/honojs/hono) from 4.12.10 to 4.12.14.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.10...v4.12.14)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.14
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-16 02:54:26 +00:00

25 lines
544 B
JSON

{
"name": "claude-central-gateway",
"version": "1.0.0",
"description": "A lightweight proxy for Claude Code that routes requests to third-party API providers",
"private": true,
"type": "module",
"scripts": {
"dev": "hono dev",
"start": "hono start",
"deploy:vercel": "vercel --prod",
"deploy:cf": "wrangler deploy",
"dev:cf": "wrangler dev"
},
"dependencies": {
"hono": "^4.12.14",
"openai": "^4.85.0"
},
"devDependencies": {
"wrangler": "^3.0.0"
},
"engines": {
"node": ">=18"
}
}