-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "minecraft-bot",
"version": "1.7.0",
"description": "Discord Minecraft bot, with which you can check your Minecraft server status (player list, version, online state, etc.)",
"main": "index.js",
"scripts": {
"first": "npm i & node index.js",
"test": "npm i & node index.js",
"start": "node --no-warnings 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": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/PetyXbron/minecraft-bot/issues"
},
"homepage": "https://github.com/PetyXbron/minecraft-bot",
"engines": {
"node": ">=16.9.0"
},
"dependencies": {
"@discordjs/rest": "^1.7.0",
"axios": "^1.3.5",
"chalk": "4.1.2",
"discord-api-types": "^0.37.37",
"discord.js": "^14.9.0",
"fs": "^0.0.1-security",
"ms": "^2.1.3"
},
"install-cmd": "npm i @discordjs/[email protected] [email protected] [email protected] [email protected] [email protected] fs [email protected]"
}