-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 732 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "password-manager-backend",
"type": "module",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy --minify",
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
},
"dependencies": {
"@better-auth/cli": "^1.4.21",
"@better-auth/drizzle-adapter": "^1.6.9",
"@hono/swagger-ui": "^0.6.1",
"@hono/zod-openapi": "^1.3.0",
"@noble/ciphers": "^2.2.0",
"better-auth": "^1.6.9",
"drizzle-orm": "^0.45.2",
"hono": "^4.12.15",
"ua-parser-js": "^2.0.9",
"zod": "^4.3.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260426.1",
"@types/ua-parser-js": "^0.7.39",
"drizzle-kit": "^0.31.10",
"wrangler": "^4.87.0"
}
}