-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 731 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 731 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
{
"name": "devtinder",
"version": "1.0.0",
"description": "tinder for devs",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"keywords": [
"nodejs",
"javascript"
],
"author": "Amit kumar",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-ses": "^3.839.0",
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^17.0.0",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.15.1",
"node-cron": "^4.2.0",
"nodemailer": "^7.0.5",
"socket.io": "^4.8.1",
"soket.io": "^0.0.1-security",
"uuid": "^11.1.0",
"validator": "^13.15.15"
}
}