-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.21 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.21 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
49
50
51
{
"name": "judge.js",
"version": "0.2.0",
"author": {
"name": "Tanush Yadav"
},
"description": "A free and open-sourced tool for school speech and debate clubs to manage tournaments and club activities.",
"license": "MPL-2.0",
"homepage": "https://github.com/yadavta/judge.js",
"engines": {
"node": "16.x"
},
"main": "index.cjs",
"scripts": {
"start": "node index.cjs"
},
"dependencies": {
"aws-sdk": "^2.845.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"crypto-random-string": "3.3.1",
"dayjs": "^1.10.4",
"dompurify": "^2.2.8",
"dotenv": "8.2.0",
"ejs": "^3.1.5",
"exceljs": "^4.2.1",
"express": "^4.15.2",
"express-session": "^1.17.1",
"heroku-client": "^3.1.0",
"joi": "^17.4.0",
"jquery": "^3.6.0",
"mailgun-js": "^0.22.0",
"markdown-it": "^12.0.6",
"marked": "^2.0.3",
"mongoose": "^5.12.5",
"node-cron": "^3.0.0",
"sib-api-v3-sdk": "8.2.0",
"ws": "7.4.3",
"xss": "^1.0.9"
},
"devDependencies": {
"got": "^11.3.0",
"tape": "^4.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yadavta/judges.js"
}
}