-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.41 KB
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
51
52
53
54
55
{
"name": "devtinder_backend",
"version": "1.0.0",
"description": "This is inspired by tinder but we target others type audiences like: developers",
"keywords": [
"nodejs",
"tinder",
"devTinder"
],
"license": "ISC",
"author": "Ayush Shrivastava",
"type": "module",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js",
"doctor": "npx react-doctor@latest"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1057.0",
"@aws-sdk/s3-presigned-post": "^3.1057.0",
"@aws-sdk/s3-request-presigner": "^3.1057.0",
"@simplewebauthn/server": "^13.3.1",
"axios": "^1.16.1",
"bcryptjs": "^3.0.3",
"cashfree-pg": "^6.0.4",
"chalk": "^5.6.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"epochify": "^1.0.12",
"express": "^5.2.1",
"figlet": "^1.11.0",
"firebase-admin": "^13.10.0",
"fluent-ffmpeg": "^2.1.3",
"geoip-lite": "^2.0.2",
"helmet": "^8.2.0",
"ioredis": "^5.11.0",
"joi": "^18.2.1",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.6.3",
"node-cron": "^4.2.1",
"nodemailer": "^8.0.10",
"otplib": "^13.4.1",
"qrcode": "^1.5.4",
"razorpay": "^2.9.6",
"socket.io": "^4.8.3",
"ua-parser-js": "^2.0.10",
"web-push": "^3.6.7"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}