-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "minecraft-bot",
"version": "1.6.0",
"description": "Discord Minecraft bot, with which you can check your Minecraft server status (player list, version, online state, etc.)",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "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": "18.4.0",
"npm": "8.13.1"
},
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.5.0",
"chalk": "^4.1.2",
"discord-api-types": "^0.36.0",
"discord.js": "^13.8.1",
"fs": "^0.0.1-security",
"minecraft-motd-util": "^1.1.12",
"minecraft-server-util": "^5.2.10",
"ms": "^2.1.3",
"quick.db": "^7.1.3"
}
}