forked from eternum/minecraftBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 845 Bytes
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
{
"name": "minecraft-bot",
"version": "0.5.0",
"description": "controlls mineflayer bots with a web interface",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eternum/minecraftBot.git"
},
"author": "Eternum",
"license": "MIT",
"bugs": {
"url": "https://github.com/eternum/minecraftBot/issues"
},
"homepage": "https://github.com/eternum/minecraftBot#readme",
"dependencies": {
"cookie-parser": "1.4.5",
"dotenv": "8.2.0",
"ejs": "^3.1.5",
"express": "4.17.1",
"express-session": "1.17.1",
"js-yaml": "3.14.0",
"mineflayer": "2.31.0",
"node-ipc": "9.1.1",
"passport": "0.4.1",
"passport-github": "^1.1.0",
"passport-github2": "0.1.12",
"vec3": "0.1.7",
"ws": "7.3.1"
}
}