forked from Wristspasm/Wristspasm-Discord-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.97 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
{
"name": "hyperbolic-bridge",
"version": "3.8.0",
"description": "A Hypixel guild chat and Discord chat bridge",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AxleCat284/Hyperbolic-Guild-Bot.git"
},
"keywords": [
"hypixel",
"discord",
"chat",
"bridge"
],
"author": "Axle",
"license": "MIT",
"dependencies": {
"discord.js": "^14.3.0",
"@discordjs/opus": "^0.8.0",
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.1.0-canary.0",
"compare-versions": "^4.1.2",
"@distube/soundcloud": "^1.2.1",
"@distube/spotify": "^1.3.2",
"axios": "^0.27.2",
"bad-words": "^3.0.4",
"canvas": "^2.10.2",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.12",
"cheerio-select": "2.1.0",
"common-tags": "^1.8.2",
"cors": "^2.8.5",
"countdown": "^2.6.0",
"css-select": "5.1.0",
"discord-api-types": "^0.37.14",
"discord-player": "^5.3.1",
"distube": "^4.0.4",
"domhandler": "5.0.3",
"dotenv": "^16.0.3",
"entities": "4.4.0",
"express": "^4.18.1",
"express-rate-limit": "^6.5.1",
"fetch": "^1.1.0",
"ffmpeg-static": "^5.1.0",
"fs-promise": "^2.0.3",
"html-to-text": "^8.2.1",
"htmlparser2": "8.0.1",
"hypixel-api-reborn": "^10.0.0",
"imgur": "^2.2.0",
"json-crate": "^0.1.3",
"libsodium-wrappers": "^0.7.10",
"lilyweight": "^2.7.0",
"lodash": "^4.17.21",
"luxon": "^3.0.4",
"mineflayer": "^4.3.0",
"mkdirp": "^1.0.4",
"moment": "^2.29.4",
"ms": "^2.1.3",
"nth-check": "2.1.1",
"opusscript": "^0.0.8",
"parse5-htmlparser2-tree-adapter": "7.0.0",
"path": "^0.12.7",
"pm2": "^5.2.2",
"prettier": "^2.7.1",
"prismarine-nbt": "^1.6.0",
"rss-parser": "^3.12.0",
"skyhelper-networth": "^1.2.6",
"soundcloud-scraper": "5.0.3",
"util": "^0.12.4",
"youtube-sr": "^4.3.4",
"ytdl-core": "^4.11.2"
}
}