-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 892 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 892 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
{
"name": "digi-academy",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "",
"start": "nodemon app.js"
},
"author": "Bardia the God.",
"license": "ISC",
"devDependencies": {
"chai": "^4.0.3",
"dotenv": "^16.4.1",
"mocha": "^10.3.0",
"nodemon": "^3.0.3"
},
"dependencies": {
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"google-auth-library": "^9.6.3",
"googleapis": "^133.0.0",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.1",
"multer": "^1.4.5-lts.1",
"passport": "^0.7.0",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^2.0.0",
"socket.io": "^4.7.4"
}
}