-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
91 lines (37 loc) · 1.03 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "canard",
"version": "1.0.0",
"description": "Canard event organised from 31st Jan to 2nd Feb by MLSC'27",
"main": "app.js",
"type": "module",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fyxod/Canard.git"
},
"author": "Parth Katiyar",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fyxod/Canard/issues"
},
"homepage": "https://github.com/Fyxod/Canard#readme",
"dependencies": {
"agenda": "^5.0.0",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"exceljs": "^4.4.0",
"express": "^4.21.2",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.4",
"nodemailer": "^6.9.16",
"socket.io": "^4.8.1",
"zod": "^3.24.1"
}
}