forked from bra1n/judgebot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 870 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 870 Bytes
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
{
"name": "judgebot",
"version": "1.0.0",
"description": "discord bot for judges",
"main": "server.js",
"engines": {
"node": "8.4.0"
},
"scripts": {
"start": "node server.js",
"test": "mocha --recursive test"
},
"repository": {
"type": "git",
"url": "git://github.com/bra1n/judgebot"
},
"author": "Steffen Baumgart <steffen@baumgart.biz>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/bra1n/judgebot/issues"
},
"dependencies": {
"@discordjs/collection": "^0.1.5",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"discord.js": "^12.2.0",
"fuse.js": "^3.6.1",
"iconv-lite": "^0.4.24",
"lodash": "^4.17.19",
"log4js": "^3.0.6",
"request": "^2.88.2",
"request-promise-native": "^1.0.8"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^7.1.1"
}
}