-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 911 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
39
{
"name": "job-search-server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "nodemon"
},
"author": "Mohamed Karim Balla",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.7.0",
"aws-sdk": "^2.1525.0",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"he": "^1.2.0",
"helmet": "^7.1.0",
"json-web-token": "^3.2.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^5.9.1",
"multer": "^1.4.5-lts.1",
"passport": "^0.7.0",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth20": "^2.0.0",
"validator": "^13.11.0"
},
"devDependencies": {
"jest": "^29.7.0",
"prisma": "^5.7.0"
}
}