aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-06 18:11:14 +0900
committernsfisis <nsfisis@gmail.com>2025-12-06 18:25:52 +0900
commite367c698e03c41c292c3dd5c07bad0a870c3ebc4 (patch)
tree256c022a03b3f213a75261595ffddc0f87c0475b /package.json
parent17ba3c603e4c522ccca282f6786fff2e0b3f4f6e (diff)
downloadkioku-e367c698e03c41c292c3dd5c07bad0a870c3ebc4.tar.gz
kioku-e367c698e03c41c292c3dd5c07bad0a870c3ebc4.tar.zst
kioku-e367c698e03c41c292c3dd5c07bad0a870c3ebc4.zip
feat(client): add API client with auth header support
Implements fetch wrapper that handles JWT authentication, automatic token refresh on 401 responses, and provides typed methods for REST operations. Includes comprehensive tests. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0ee0d70..3936102 100644
--- a/package.json
+++ b/package.json
@@ -28,6 +28,7 @@
"type": "module",
"dependencies": {
"@hono/node-server": "^1.19.6",
+ "@hono/zod-validator": "^0.7.5",
"argon2": "^0.44.0",
"drizzle-orm": "^0.45.0",
"hono": "^4.10.7",
@@ -39,6 +40,7 @@
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
+ "@hono/cli": "^0.1.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.10.1",