forked from cluzier/treehouse-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.55 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
{
"name": "treehouse",
"description": "A multifunctional bot with several tools that allow for an easier and more in depth usage of Discord.",
"main": "index.js",
"dependencies": {
"@quantiom/pagemenu": "^2.0.7",
"@tohru/gm": "^1.3.1",
"better-sqlite3": "^5.4.1",
"canvas": "^2.6.0",
"chalk": "^2.4.1",
"connect": "^3.7.0",
"cryptiles": ">=4.1.2",
"discord.js": "^11.3.2",
"discord.js-musicbot-addon": "^13.6.0",
"express": "^4.17.1",
"fast-html-parser": "^1.0.1",
"fs": "0.0.1-security",
"gm": "^1.23.1",
"hoek": ">=4.2.1",
"humanize": "0.0.9",
"klasa": "^0.4.0",
"lowdb": "^1.0.0",
"moment": "^2.24.0",
"node-gyp": "^5.0.3",
"node-opus": "^0.3.2",
"nodemon": "^1.17.5",
"parse-ms": "^2.1.0",
"performance-now": "^2.1.0",
"pretty-bytes": "^4.0.2",
"profanities": "^2.11.0",
"quick.db": "^7.0.0-b21",
"request": "^2.88.0",
"request-ip": "^2.1.3",
"say": "^0.16.0",
"sqlite": "^3.0.3",
"steam-provider": "^0.3.2",
"superagent": "^4.0.0-beta.5",
"tempy": "^0.3.0",
"unfluff": "^3.2.0",
"urban": "^0.3.2"
},
"devDependencies": {
"replace-in-file": "^3.4.4"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/cluzier/treehouse-bot.git"
},
"keywords": [
"discord",
"bot",
"moderation"
],
"author": "gonzo#3813",
"license": "MIT",
"bugs": {
"url": "https://github.com/cluzier/treehouse-bot/issues"
},
"homepage": "https://github.com/cluzier/treehouse-bot#readme"
}