-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 834 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 834 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
28
29
30
31
32
33
{
"name": "hostify",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"generate": "prisma generate",
"db": "prisma db push",
"studio": "prisma studio -p 8881",
"reset": "prisma migrate reset"
},
"dependencies": {
"@faker-js/faker": "^9.5.0",
"@hono/node-server": "^1.13.8",
"@hono/zod-validator": "^0.4.3",
"@prisma/client": "^6.3.1",
"@scalar/hono-api-reference": "^0.5.183",
"@types/argon2": "^0.15.4",
"add": "^2.0.6",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"hono": "^4.6.20",
"hono-openapi": "^0.4.6",
"prisma": "^6.3.1",
"zod": "^3.24.2",
"zod-openapi": "^4.2.3",
"zod-to-json-schema": "^3.24.3",
"zod-validation-error": "^3.4.0"
},
"devDependencies": {
"@types/node": "^20.11.17",
"tsx": "^4.7.1"
}
}