forked from Senither/hypixel-discord-chat-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 783 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
{
"name": "hypixel-discord-chat-bridge",
"version": "1.9.0",
"description": "A Hypixel guild chat and Discord chat bridge",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/suicidejerk/hypixel-discord-chat-bridge.git"
},
"keywords": [
"hypixel",
"discord",
"chat",
"bridge"
],
"author": "Alexis Tan (alexis@senither.com) & Sui",
"license": "MIT",
"bugs": {
"url": "https://github.com/suicidejerk/hypixel-discord-chat-bridge/issues"
},
"homepage": "https://github.com/suicidejerk/hypixel-discord-chat-bridge#readme",
"dependencies": {
"chalk": "^4.1.0",
"discord.js-light": "^3.5.0",
"express": "^4.17.1",
"mineflayer": "^3.0.0"
}
}