-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 896 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 896 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
39
{
"name": "banking_server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"brcypt": "^1.0.1",
"config": "^3.3.12",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongoose": "^8.8.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.16",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/joi": "^17.2.2",
"@types/lodash": "^4.17.13",
"@types/mongoose": "^5.11.96",
"@types/multer": "^1.4.12",
"@types/node": "^22.9.1",
"@types/nodemailer": "^6.4.17",
"@types/winston": "^2.4.4",
"jest": "^29.7.0"
}
}