-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 863 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
32
33
34
35
{
"name": "mineflayer-discord-bot",
"version": "1.0.0",
"description": "A custom minecraft bot created using mineflayer which you can control using a discord bot",
"main": "src/main.js",
"scripts": {
"register": "node src/register.js",
"start": "node src/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/OBNinjaa/mineflayer-discord-bot.git"
},
"keywords": [
"minecraft",
"discord.js",
"mineflayer"
],
"author": "OBNinjaa",
"license": "ISC",
"dependencies": {
"@discord/embedded-app-sdk": "^1.2.0",
"axios": "^1.6.8",
"canvas": "^2.11.2",
"discord.js": "^14.14.1",
"fs": "^0.0.1-security",
"mineflayer": "^4.20.0",
"mineflayer-pathfinder": "^2.4.5",
"mineflayer-pvp": "^1.3.2",
"vec3": "^0.1.10"
},
"devDependencies": {
"eslint": "^9.0.0"
}
}