-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 938 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": "learnify-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "Mustafa A. Farghaly",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-validator": "^7.2.0",
"firebase": "^10.13.2",
"html-to-text": "^9.0.5",
"http": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mailtrap": "^3.4.0",
"mongoose": "^8.6.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-mailjet": "^6.0.6",
"nodemailer": "^6.9.15",
"nodemon": "^3.1.4",
"pug": "^3.0.3"
},
"devDependencies": {
"@types/node": "^22.5.5"
}
}