-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
65 lines (65 loc) · 1.73 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
{
"name": "hypixel-discord-chat-bridge",
"version": "3.1.16.3",
"description": "A Hypixel guild chat and Discord chat bridge",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest --detectOpenHandles --forceExit",
"lint": "npx eslint .",
"lint:fix": "npx eslint . --fix",
"prettier": "npx prettier --check .",
"prettier:fix": "npx prettier --write .",
"nodemon": "nodemon index"
},
"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.5.0",
"axios": "0.27.2",
"bad-words": "^3.0.4",
"canvas": "^2.11.2",
"chalk": "^4.1.0",
"cheerio": "1.0.0-rc.12",
"discord-api-types": "^0.37.55",
"discord-emoji-converter": "^1.2.8",
"discord.js": "^14.13.0",
"express": "^4.18.1",
"fs-promise": "^2.0.3",
"hypixel-api-reborn": "^11.0.1",
"imgur": "^2.2.0",
"lilyweight": "^2.7.0",
"lodash": "^4.17.21",
"mineflayer": "^4.8.1",
"mkdirp": "^3.0.1",
"moment": "^2.29.4",
"node-cron": "^3.0.2",
"prismarine-nbt": "^2.2.1",
"rss-parser": "^3.13.0",
"skyhelper-networth": "1.18.5",
"util": "^0.12.5",
"winston": "^3.13.0",
"ws": "^8.16.0"
},
"devDependencies": {
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.7.0",
"nodemon": "^2.0.22",
"prettier": "3.2.5"
}
}