summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 831c042..fefacd0 100644
--- a/package.json
+++ b/package.json
@@ -11,11 +11,16 @@
},
"dependencies": {
"@hono/node-server": "^1.18.2",
+ "@hono/zod-validator": "^0.7.2",
"@libsql/client": "^0.15.11",
+ "@simplewebauthn/server": "^13.1.2",
"drizzle-orm": "^0.44.4",
- "hono": "^4.9.1"
+ "hono": "^4.9.1",
+ "superjson": "^2.2.2",
+ "zod": "^4.0.17"
},
"devDependencies": {
+ "@simplewebauthn/types": "^12.0.0",
"@types/node": "^20.11.17",
"drizzle-kit": "^0.31.4",
"tsx": "^4.7.1",