-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 866 Bytes
/
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
{
"name": "node-js-jwt-refresh-token-mongodb",
"version": "1.0.0",
"description": "Node.js JWT Refresh Token with MongoDB",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "jest"
},
"keywords": [
"node.js",
"express",
"jwt",
"refresh token",
"authentication",
"authorization",
"mongodb"
],
"author": "si sami",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.17.1",
"firebase-admin": "^12.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^5.12.10",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.0",
"twilio": "^5.2.0",
"uuid": "^8.3.2",
"ws": "^8.17.1"
},
"devDependencies": {
"jest": "^29.7.0"
}
}