-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 810 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 810 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
{
"dependencies": {
"assert": "^2.1.0",
"child_process": "^1.0.2",
"chillout": "^5.0.0",
"jimp": "^0.22.12",
"lodash": "^4.17.21",
"mcfsd": "^1.2.1",
"minecraft-data": "^3.64.0",
"mineflayer": "^4.20.0",
"mineflayer-armor-manager": "^2.0.1",
"mineflayer-auto-eat": "^3.3.6",
"mineflayer-blockfinder": "^0.0.7",
"mineflayer-pathfinder": "^2.4.5",
"mineflayer-pvp": "^1.3.2",
"mineflayer-radar": "^0.0.2",
"mineflayer-tool": "^1.2.0",
"mineflayer-web-inventory": "^1.8.4",
"nearest-color": "^0.4.4",
"prismarine-item": "^1.14.0",
"prismarine-viewer": "^1.28.0",
"stuffs": "^0.1.37",
"uuid-1345": "^1.0.2",
"vec3": "^0.1.10"
},
"scripts": {
"start": "node index.js localhost 25565 Password Master Alpha Beta"
}
}