-
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) · 967 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 967 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": "jobhive",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.3.3",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"express-fileupload": "^1.5.0",
"express-handlebars": "^7.1.2",
"express-session": "^1.18.0",
"fileupload": "^1.0.0",
"fs": "^0.0.1-security",
"hbs": "^4.2.0",
"jsdom": "^24.0.0",
"jsonwebtoken": "^9.0.2",
"method-override": "^3.0.0",
"modules": "^0.4.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"node": "^21.7.1",
"nodemailer": "^6.9.13",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"eslint": "^9.1.0"
}
}