forked from Pratham-Mishra04/ForkThis-Backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 891 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
{
"name": "forkthis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"type": "module",
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-mongo-sanitize": "^2.2.0",
"helmet": "^5.1.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"libphonenumber-js": "^1.10.11",
"moment": "^2.29.4",
"mongoose": "^6.4.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.2.10",
"node-schedule": "^2.1.0",
"nodemailer": "^6.7.7",
"nodemailer-express-handlebars": "^5.0.0",
"nodemon": "^2.0.18",
"sharp": "^0.30.7",
"slugify": "^1.6.5",
"validator": "^13.7.0",
"winston": "^3.8.2"
}
}