-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "hop-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "drizzle-kit generate"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^8.25.0",
"@sentry/profiling-node": "^8.25.0",
"@types/express": "^4.17.21",
"@types/node": "^22.2.0",
"copyfiles": "^2.4.1",
"cors": "^2.8.5",
"drizzle-orm": "^0.33.0",
"express": "^4.19.2",
"express-openapi-validator": "^5.3.1",
"openapi-typescript": "^7.3.0",
"pg": "^8.12.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"tsc": "^2.0.4",
"zod": "^3.24.0-canary.20240701T200529"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/cors": "^2.8.17",
"@types/jest": "^29.5.12",
"@types/supertest": "^6.0.2",
"@types/swagger-ui-express": "^4.1.6",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.0",
"jest": "^29.7.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}