forked from EXtremeExploit/EXE-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2 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
{
"name": "exe-bot",
"version": "1.3.1",
"description": "A Discord Bot made in Node.JS",
"author": "EXtremeExploit",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/EXtremeExploit/EXE-Bot"
},
"bugs": {
"url": "https://github.com/EXtremeExploit/EXE-Bot/issues"
},
"engines": {
"node": "10.4.1",
"npm": "6.1.0"
},
"keywords": [
"discord",
"discordapp",
"exe",
"bot",
"extremeexploit",
"EXtremeExploit",
"EXE",
"Bot",
"EXE Bot",
"exe bot",
"exe-bot",
"nodejs",
"javascript"
],
"dependencies": {
"bufferutil": "^3.0.5",
"danbooru": "2.0.3",
"dblapi.js": "^1.2.1",
"discord.js": "^11.4.2",
"dotenv": "^5.0.1",
"erlpack": "^0.1.2",
"ffmpeg-binaries": "^3.2.2",
"fortnite.js": "^1.3.5",
"fs": "0.0.1-security",
"google-images": "^2.1.0",
"hoek": "^5.0.4",
"html-entities": "^1.2.1",
"isgd": "^1.1.3",
"iso-3166-1-alpha-2": "^1.0.0",
"libsodium": "^0.7.3",
"libsodium-wrappers": "^0.7.3",
"m3u8stream": "^0.2.2",
"mathjs": "^4.4.2",
"mime-db": "^1.36.0",
"mime-types": "^2.1.20",
"mongoose": "^5.3.12",
"mysql": "^2.16.0",
"node-fetch": "^2.2.0",
"node-opus": "^0.2.9",
"opusscript": "0.0.6",
"osu.js": "^2.0.3",
"osulevelcalculator.js": "^1.0.0",
"random.cat.js": "^1.0.3",
"random.dog.js": "^1.0.2",
"request": "^2.88.0",
"sax": "^1.2.4",
"simple-youtube-api": "^5.0.2",
"snekfetch": "^4.0.4",
"superagent": "^3.8.3",
"supports-color": "^5.5.0",
"uws": "^9.148.0",
"ws": "^4.1.0",
"ytdl-core": "^0.20.4"
},
"homepage": "https://extremeexploit.github.io/EXE_Bot/",
"license": "ISC",
"devDependencies": {
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.14.0"
}
}