-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 794 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 794 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
{
"name": "fest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "pm2-runtime start index.js --env production"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"fs": "0.0.1-security",
"google-libphonenumber": "^3.2.19",
"googleapis": "^73.0.0",
"joi": "^17.4.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"mongoose": "^5.12.4",
"mysql": "^2.18.1",
"nanoid": "^3.3.1",
"nodemailer": "^6.5.0",
"pg": "^8.7.3",
"pm2": "^4.5.6",
"pug": "^3.0.2",
"rate-limit-mongo": "^2.3.1"
}
}