forked from PetyXbron/minecraft-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "minecraft-bot",
"version": "1.5.7",
"description": "Discord Minecraft bot, with which you can check your Minecraft server status (player list, version, online state, etc.)",
"main": "index.js",
"scripts": {
"test": "node dev-index.js",
"dev": "node dev-index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PetyXbron/minecraft-bot.git"
},
"keywords": [
"petyxbron",
"discord",
"discord bot",
"chat bot",
"minecraft server",
"minecraft",
"bot"
],
"author": "PetyXbron",
"license": "MIT",
"bugs": {
"url": "https://github.com/PetyXbron/minecraft-bot/issues"
},
"homepage": "https://github.com/PetyXbron/minecraft-bot",
"engines": {
"node": "17.0.1",
"npm": "8.1.0"
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"chalk": "4.1.2",
"discord-api-types": "^0.27.2",
"discord.js": "^13.6.0",
"fs": "^0.0.1-security",
"minecraft-motd-util": "^1.1.12",
"minecraft-server-util": "^5.2.9",
"ms": "^2.1.3",
"quick.db": "^7.1.3"
}
}