-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 912 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": "hr-management",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"axios": "^1.6.3",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"commander": "^7.2.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-list-endpoints": "^6.0.0",
"express-rate-limit": "^7.1.5",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-cache": "^5.1.2",
"nodemailer": "^6.9.8",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"razorpay": "^2.9.2",
"rimraf": "^5.0.5",
"sequelize": "^6.35.2",
"sharp": "^0.33.1",
"zod": "^3.22.4"
},
"description": ""
}