-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.48 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
{
"name": "hypixel-discord-chat-bridge",
"version": "2.7",
"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/DuckySoLucky/hypixel-discord-chat-bridge.git"
},
"keywords": [
"hypixel",
"discord",
"chat",
"bridge"
],
"author": "DuckySoLucky",
"license": "MIT",
"bugs": {
"url": "https://github.com/DuckySoLucky/hypixel-discord-chat-bridge/issues"
},
"homepage": "https://github.com/DuckySoLucky/hypixel-discord-chat-bridge#readme",
"dependencies": {
"@discordjs/rest": "^1.3.0",
"axios": "^0.27.2",
"bad-words": "^3.0.4",
"canvas": "^2.9.3",
"chalk": "^4.1.0",
"cheerio": "1.0.0-rc.12",
"cors": "^2.8.5",
"discord-api-types": "^0.37.50",
"discord-emoji-converter": "^1.2.8",
"discord.js": "^14.11.0",
"eslint-plugin-import": "^2.28.0",
"express": "^4.18.1",
"fetch": "^1.1.0",
"fs-promise": "^2.0.3",
"hypixel-api-reborn": "^11.2.0",
"imgur": "^2.2.0",
"lilyweight": "^2.7.0",
"lodash": "^4.17.21",
"mineflayer": "^4.3.0",
"mkdirp": "^1.0.4",
"moment": "^2.29.4",
"ms": "^2.1.3",
"node-cron": "^3.0.2",
"path": "^0.12.7",
"prismarine-nbt": "^1.6.0",
"rss-parser": "^3.12.0",
"skyhelper-networth": "^1.20.0",
"util": "^0.12.4",
"winston": "^3.13.0"
},
"devDependencies": {
"eslint": "^8.46.0"
}
}