mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-26 23:05:45 +00:00
8500345bf3
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.9.0...v1.10.1) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
221 B
JSON
14 lines
221 B
JSON
{
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.10.1",
|
|
"hono": "^4.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.17",
|
|
"tsx": "^4.7.1"
|
|
}
|
|
}
|