forked from ChristopherBThai/Discord-OwO-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 942 Bytes
/
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
{
"private": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ChristopherBThai/Discord-OwO-Bot.git"
},
"author": "Christopher Thai",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChristopherBThai/Discord-OwO-Bot/issues"
},
"homepage": "https://github.com/ChristopherBThai/Discord-OwO-Bot#readme",
"dependencies": {
"bufferutil": "^3.0.5",
"dbl-api": "^1.2.1",
"dblapi.js": "^2.2.0",
"discord.js": "^11.4.2",
"erlpack": "github:discordapp/erlpack",
"express": "^4.16.3",
"merge-images": "^1.1.0",
"mysql": "^2.16.0",
"node-dogstatsd": "0.0.7",
"patreon": "^0.4.1",
"pm2": "^3.2.2",
"redis": "^2.8.0",
"request": "^2.88.0",
"require-dir": "^1.1.0",
"systeminformation": "^3.47.0",
"translate-google": "^1.1.0",
"urban-dictionary": "^2.2.1",
"weeb.js": "^1.6.2",
"winston": "^3.1.0"
}
}