diff options
| author | Frank <[email protected]> | 2025-07-29 16:39:48 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-07-29 16:39:48 -0400 |
| commit | 4a461444197c0c583ad0d59481f57e8a843d7daf (patch) | |
| tree | 73fee145475675a451492af15c17a8014dd3fec2 /package.json | |
| parent | a129e122aad1e3eef34ead4b5970c6be4fb2004a (diff) | |
| download | opencode-4a461444197c0c583ad0d59481f57e8a843d7daf.tar.gz opencode-4a461444197c0c583ad0d59481f57e8a843d7daf.zip | |
convert share backend to hono app
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index 9c98d4dc9..bd6218a00 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,11 @@ "packages/*" ], "catalog": { - "typescript": "5.8.2", "@types/node": "22.13.9", - "zod": "3.25.49", - "ai": "5.0.0-beta.21" + "ai": "5.0.0-beta.21", + "hono": "4.7.10", + "typescript": "5.8.2", + "zod": "3.25.49" } }, "devDependencies": { |
