-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 964 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": "monggoose_backend_api",
"version": "1.0.0",
"description": "Rest api with node express mongodb",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --inspect index.js"
},
"author": "Fhatuwani_Raphalalani",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cloudinary": "^1.36.4",
"cluster": "^0.7.7",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.4.0",
"mongoose": "^7.0.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.3",
"os": "^0.1.2",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"process": "^0.11.10",
"uuid": "^9.0.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"nodemon": "^2.0.21"
}
}