-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1017 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
36
37
38
39
40
{
"name": "koneko-minecraft-bot",
"version": "1.0.0",
"description": "A minecraft bot",
"main": "index.ts",
"scripts": {
"test": "-"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AkagawaTsurunaki/KonekoMinecraftBot.git"
},
"keywords": [
"Minecraft"
],
"author": "AkagawaTsurunaki",
"license": "MIT",
"bugs": {
"url": "https://github.com/AkagawaTsurunaki/KonekoMinecraftBot/issues"
},
"homepage": "https://github.com/AkagawaTsurunaki/KonekoMinecraftBot#readme",
"dependencies": {
"@tensorflow/tfjs": "^4.21.0",
"minecraft-data": "^3.76.0",
"mineflayer": "^4.22.0",
"mineflayer-auto-eat": "^5.0.0",
"mineflayer-pathfinder": "^2.4.5",
"mineflayer-pvp": "^1.3.2",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"prismarine-registry": "^1.9.0",
"prismarine-viewer": "^1.28.0",
"reflect-metadata": "^0.2.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/ws": "^8.5.12",
"tsx": "^4.19.1"
}
}