mirror of
https://github.com/tiennm99/claude-central-gateway.git
synced 2026-04-17 15:20:33 +00:00
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>
25 lines
544 B
JSON
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"
|
|
}
|
|
}
|