aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/shared/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-03 05:18:11 +0900
committernsfisis <nsfisis@gmail.com>2025-12-04 23:26:23 +0900
commit7e75e0fa8f26a7890c210c67e4474778811b15bc (patch)
tree3e8b85702e57990932897f530afa79d9dc8e1742 /pkgs/shared/package.json
parent4ca12275c122dd84e489f8c15ee88a840eedb2cf (diff)
downloadkioku-7e75e0fa8f26a7890c210c67e4474778811b15bc.tar.gz
kioku-7e75e0fa8f26a7890c210c67e4474778811b15bc.tar.zst
kioku-7e75e0fa8f26a7890c210c67e4474778811b15bc.zip
feat(shared): add Zod validation schemas
Add Zod validation schemas for all data models (User, Deck, Card, ReviewLog) along with input schemas for API endpoints (create, update, login, submit review). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'pkgs/shared/package.json')
-rw-r--r--pkgs/shared/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/shared/package.json b/pkgs/shared/package.json
index 26c95b7..d208456 100644
--- a/pkgs/shared/package.json
+++ b/pkgs/shared/package.json
@@ -9,5 +9,8 @@
"author": "nsfisis",
"license": "MIT",
"packageManager": "pnpm@10.23.0",
- "type": "module"
+ "type": "module",
+ "dependencies": {
+ "zod": "^4.1.13"
+ }
}