UNPKG

mineflayer-utils

Version:

A collection of small utility classes, functions, and events which work nicely with Mineflayer.

35 lines (34 loc) 850 B
{ "name": "mineflayer-utils", "version": "0.1.4", "description": "A collection of small utility classes, functions, and events which work nicely with Mineflayer.", "main": "lib/index.js", "scripts": { "prepare": "tsc && require-self" }, "repository": { "type": "git", "url": "git+https://github.com/TheDudeFromCI/mineflayer-utils.git" }, "keywords": [ "mineflayer", "util", "utils" ], "author": "TheDudeFromCI", "license": "MIT", "bugs": { "url": "https://github.com/TheDudeFromCI/mineflayer-utils/issues" }, "homepage": "https://github.com/TheDudeFromCI/mineflayer-utils#readme", "dependencies": { "@types/node": "^14.0.27", "mineflayer": "^2.27.0", "prismarine-entity": "^1.0.0", "require-self": "^0.2.3", "typescript": "^3.9.7" }, "files": [ "lib/**/*" ] }