-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 916 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": "sabzlearn",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"start": "node server.js"
},
"author": "github.com/bahinkor",
"license": "MIT",
"description": "It is a clone of Backend sabzlearn.ir. DB => MongoDB",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/Bahinkor/sabzlearn-api.git"
},
"keywords": [
"javascript",
"nodejs",
"experss",
"backend",
"mongodb",
"api"
],
"homepage": "https://github.com/Bahinkor/sabzlearn-api",
"dependencies": {
"bcrypt": "5.1.1",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.21.0",
"fastest-validator": "1.19.0",
"helmet": "8.0.0",
"jsonwebtoken": "9.0.2",
"mongoose": "8.7.0",
"multer": "1.4.5-lts.1",
"nodemailer": "6.9.15"
}
}