-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 944 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 944 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
37
38
39
40
41
{
"name": "personal-projects",
"engines": {
"node": "19.8.1"
},
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^3.0.1"
},
"dependencies": {
"@sendgrid/mail": "^8.1.6",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cloudinary": "^2.8.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.0.0",
"cron": "^3.1.7",
"csurf": "^1.2.2",
"dompurify": "^3.0.4",
"dotenv": "^16.1.4",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"jsdom": "^22.1.0",
"marked": "^5.1.0",
"mongoose": "^7.2.2",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^2.2.1",
"slugify": "^1.6.6",
"uuid": "^9.0.0"
}
}