-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 883 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 883 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
35
36
{
"dependencies": {
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"express-mongo-sanitize": "^2.2.0",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"formidable": "^2.0.1",
"jimp": "^0.16.1",
"mongoose": "^6.3.5",
"nanoid": "^3.3.4",
"nodemailer": "^6.7.5",
"passport": "^0.6.0"
},
"name": "curso-de-node-js",
"version": "1.0.0",
"description": "curso de node js 2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "david",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.16"
}
}