forked from BackendsByMTT/Betting_Platform_NodeJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.24 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
46
47
48
49
50
{
"name": "betting_platform_nodejs",
"version": "1.0.0",
"description": "BackendsByMTT/Betting_Platform_Nodejs",
"main": "index.js",
"scripts": {
"start": "node dist/app.js",
"dev": "tsc-watch --onSuccess \"nodemon dist/app.js\"",
"build": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.14.12",
"@types/node-cron": "^3.0.11",
"@types/redis": "^4.0.11",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@types/multer": "^1.4.12",
"aws-sdk": "^2.1691.0",
"axios": "^1.7.3",
"bcrypt": "^5.1.1",
"cloudinary": "^2.4.0",
"cors": "^2.8.5",
"declare": "^0.0.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"lru-cache": "^11.0.0",
"module": "^1.2.5",
"mongodb": "^6.8.0",
"mongoose": "^8.5.1",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"p-limit": "^6.1.0",
"redis": "^4.7.0",
"socket.io": "^4.7.5",
"svg-captcha": "^1.4.0",
"uuid": "^10.0.0",
"validator": "^13.12.0"
}
}