12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"name": "mineflayer-fly-control",
|
|
"description": "High-level & handy API for mineflayer bot elytra flying.",
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"vec3": "^0.1.8",
|
|
"compass-utils": "file:../../utils"
|
|
}
|
|
}
|