-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 909 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 909 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
34
35
36
37
{
"name": "unolo_backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"loadtest": " node ./dist/load-test/load-test.js",
"dev": "nodemon ./dist/index.js",
"start": "node ./dist/index.js",
"worker": "node ./dist/worker.js"
},
"keywords": [],
"author": "Falgun Pal",
"license": "ISC",
"description": "",
"dependencies": {
"@prisma/client": "^6.3.1",
"@types/axios": "^0.9.36",
"@types/moment-duration-format": "^2.2.6",
"artillery": "^2.0.21",
"axios": "^1.7.9",
"ejs": "^3.1.10",
"express": "^4.21.2",
"moment-timezone": "^0.5.47",
"redis": "^4.7.0",
"sharp": "^0.33.5",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.13.2",
"@types/sharp": "^0.31.1",
"@types/uuid": "^10.0.0",
"prisma": "^6.3.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}