-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
40
41
42
43
44
45
46
47
{
"name": "myscholarshipng",
"version": "1.0.0",
"description": "Backend for my scholoarship NG CBT software",
"main": "server.js",
"scripts": {
"server": "nodemon server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeironside/myscholarshipCBT.git"
},
"author": "oluwatobi",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeironside/myscholarshipCBT/issues"
},
"homepage": "https://github.com/codeironside/myscholarshipCBT#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"big-integer": "^1.6.51",
"body-parser": "^1.20.1",
"colors": "^1.4.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-http-context": "^1.2.4",
"express-ip": "^1.0.4",
"express-session": "^1.17.3",
"express-sessions": "^1.0.6",
"ipinfo": "^1.5.1",
"jsonwebtoken": "^9.0.0",
"mongodb": "^4.13.0",
"mongoose": "^6.8.2",
"morgan": "^1.10.0",
"node-ipinfo": "^3.3.0",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20",
"speakeasy": "^2.0.0",
"user-agents": "^1.0.1252",
"uuid": "^9.0.0",
"winston": "^3.1.0",
"winston-daily-rotate-file": "^3.5.1"
}
}