forked from Resilient-Labs/bet-on-me
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
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
48
{
"name": "bet-on-me",
"version": "1.0.0",
"description": "A project from Resilient Coders 2025b Cohort.",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\"",
"build": "echo \"No build step required\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Resilient-Labs/bet-on-me.git"
},
"author": "2025b Cohort",
"license": "ISC",
"bugs": {
"url": "https://github.com/Resilient-Labs/bet-on-me/issues"
},
"homepage": "https://github.com/Resilient-Labs/bet-on-me#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"cloudinary": "^2.8.0",
"connect-mongo": "^5.1.0",
"crypto": "^1.0.1",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.2.1",
"express-flash": "^0.0.2",
"express-session": "^1.18.2",
"figlet": "^1.9.4",
"jquery": "^3.7.1",
"method-override": "^3.0.0",
"moment-timezone": "^0.6.0",
"mongoose": "^9.0.1",
"morgan": "^1.10.1",
"multer": "^2.0.2",
"nodemailer": "^7.0.11",
"nodemon": "^3.1.11",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"stripe": "^20.0.0",
"validator": "^13.15.23"
},
"devDependencies": {
"jest": "^30.2.0"
}
}