-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.08 KB
/
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": "Bank-Transaction-and-Loan-Processing-System",
"version": "1.0.0",
"description": "INSTALLING",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-mineski/Bank-Transaction-and-Loan-Processing-System.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Team-mineski/Bank-Transaction-and-Loan-Processing-System/issues"
},
"homepage": "https://github.com/Team-mineski/Bank-Transaction-and-Loan-Processing-System#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"config": "^3.3.2",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.7",
"express": "^4.17.1",
"express-mysql-session": "^2.1.5",
"joi": "^17.3.0",
"joi-password-complexity": "^5.0.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"mysql": "^2.18.1",
"node-localstorage": "^2.1.6",
"node-uuid": "^1.4.8",
"nodemon": "^2.0.7",
"path": "^0.12.7"
}
}