-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 970 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
40
{
"name": "divar-nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon main.js",
"start": "nodemon main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/http-errors": "^2.0.4",
"auto-bind": "^3.0.0",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"express-ejs-layouts": "^2.5.1",
"fs": "^0.0.1-security",
"http-errors": "^2.0.0",
"http-status-codes": "^2.3.0",
"jalali-moment": "^3.3.11",
"jsonwebtoken": "^9.0.2",
"method-override": "^3.0.0",
"mongoose": "^8.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1",
"path": "^0.12.7",
"slugify": "^1.6.6",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"utf8": "^3.0.0"
}
}