-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.04 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
{
"name": "ctfgibot",
"version": "1.0.0",
"description": "CaptureTheESGI (CTF) Bot by DynamoRed | https://dynamored.com",
"main": "main.js",
"engines": {
"node": "16.x"
},
"scripts": {
"test": "node src/main.js",
"dev": "node src/main.js",
"production": "node src/main.js"
},
"repository": {
"type": "git",
"url": "ctfgi"
},
"keywords": [
"bot",
"esgi",
"ctfgi",
"ctf"
],
"author": "DynamoRed",
"license": "GPL-3.0",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "0.1.0-canary.0",
"@discordjs/voice": "^0.6.0",
"ascii-table": "^0.0.9",
"colour": "^0.7.1",
"discord-api-types": "^0.22.0",
"discord-buttons": "^4.0.0",
"discord.js": "^13.1.0",
"discord.js-search": "^1.0.1",
"dotenv": "^10.0.0",
"fetch": "^1.1.0",
"fs": "0.0.1-security",
"http": "^0.0.1-security",
"https": "^1.0.0",
"mysql": "^2.18.1",
"timers": "^0.1.1",
"url": "^0.11.0"
},
"devDependencies": {
"@types/node": "^16.7.10"
}
}