-
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) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 865 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": "dev-tinder",
"version": "1.0.0",
"description": "Tinder for Developers",
"main": "src/app.js",
"scripts": {
"test": "echo \"No tests yet\" && exit 0",
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"keywords": [
"nodeJs",
"Javascript"
],
"author": "Harsh Kumar",
"license": "ISC",
"dependencies": {
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"crypto": "^1.0.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.4",
"express": "^5.1.0",
"express-session": "^1.19.0",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.0.0",
"node-cron": "^4.2.1",
"nodemailer": "^7.0.12",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"razorpay": "^2.9.6",
"redis": "^6.0.0",
"socket.io": "^4.8.3",
"validator": "^13.15.23"
}
}