This repository was archived by the owner on Aug 20, 2021. It is now read-only.
-
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.34 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.34 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": "comp1100-leaderboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prestart": "del-cli dist && tsc",
"start": "node --max-old-space-size=2048 dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"combinations": "^1.0.0",
"common-tags": "^1.8.0",
"discord.js": "^12.5.3",
"discord.js-commando": "^0.12.3",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"node-virustotal": "^3.32.0",
"recursive-copy": "^2.0.11",
"rimraf": "^3.0.2",
"sequelize": "^6.6.2",
"sqlite3": "^5.0.2",
"ts-trueskill": "^3.2.2",
"typescript": "^4.2.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/combinations": "^1.0.0",
"@types/common-tags": "^1.8.0",
"@types/node": "^15.0.2",
"@types/rimraf": "^3.0.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"del-cli": "^3.0.1",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8"
}
}