UNPKG

mineflayer-pvp

Version:

Adds support for basic PVP and PVE to Mineflayer bots.

42 lines (41 loc) 973 B
{ "name": "mineflayer-pvp", "version": "1.3.2", "description": "Adds support for basic PVP and PVE to Mineflayer bots.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "prepare": "tsc && require-self", "clean": "rm -rf lib", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/TheDudeFromCI/mineflayer-pvp.git" }, "keywords": [ "mineflayer", "plugin", "template" ], "author": "TheDudeFromCI", "license": "MIT", "bugs": { "url": "https://github.com/TheDudeFromCI/mineflayer-pvp/issues" }, "homepage": "https://github.com/TheDudeFromCI/mineflayer-pvp#readme", "dependencies": { "mineflayer": "^4.0.0", "mineflayer-pathfinder": "^2.0.0", "mineflayer-utils": "^0.1.4" }, "devDependencies": { "@types/node": "^15.14.9", "require-self": "^0.2.3", "standard": "^17.0.0", "typescript": "^4.0.3" }, "files": [ "lib/**/*" ] }