-
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) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 784 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": "node-auth",
"version": "1.0.0",
"description": "auth",
"main": "server.js",
"scripts": {
"start": "node server.js",
"devStart": "nodemon server.js"
},
"author": "arno",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1543.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.4.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.4",
"mongoose-unique-validator": "^3.1.0",
"nodemailer": "^6.9.1",
"nodemailer-express-handlebars": "^6.0.0",
"sharp": "^0.31.3",
"validator": "^13.7.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}