-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 871 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
{
"name": "minecraft-openai",
"version": "1.0.0",
"description": "Controlling a Minecraft bot using OpenAI and GPT-3",
"type": "module",
"scripts": {
"start": "cross-env DEBUG=minecraft-openai* nodemon --inspect cli.js start"
},
"keywords": [
"minecraft",
"openai",
"gpt-3",
"bot",
"ai",
"minecraft-bot",
"minecraft-ai",
"minecraft-openai"
],
"author": "Wassim Chegham <githu@wassim.dev>",
"license": "MIT",
"dependencies": {
"commander": "^9.2.0",
"cross-env": "^7.0.3",
"debug": "^4.3.4",
"dotenv": "^16.0.0",
"isomorphic-fetch": "^3.0.0",
"minecraft-data": "^3.0.0",
"mineflayer": "^4.3.0 ",
"mineflayer-pathfinder": "^2.0.0",
"nodemon": "^2.0.15",
"prismarine-viewer": "^1.21.0",
"mineflayer-collectblock": "^1.3.4"
},
"engines": {
"node": ">=16.0.0"
}
}