UNPKG

@nxg-org/mineflayer-custom-pvp

Version:

Intermediate functionality for bow and sword pvp.

38 lines (37 loc) 1.05 kB
{ "name": "@nxg-org/mineflayer-custom-pvp", "version": "1.7.6", "description": "Intermediate functionality for bow and sword pvp.", "keywords": [ "mineflayer", "mineflayer-pvp", "mineflayer-plugin", "mineflayer-custom-pvp" ], "repository": { "type": "git", "url": "git+https://github.com/nxg-org/mineflayer-custom-pvp.git" }, "license": "GPL-3.0", "author": "generel_schwerz", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "npx tsc", "prepublish": "npm run build", "ts:test": "ts-node -T example/example.ts", "js:test": "node --trace-warnings example/example.js" }, "dependencies": { "@nxg-org/mineflayer-smooth-look": "^1.0.3", "@nxg-org/mineflayer-tracker": "^1.1.1", "@nxg-org/mineflayer-trajectories": "^1.2.0", "@nxg-org/mineflayer-util-plugin": "^1.8.4", "mineflayer-pathfinder": "^2.4.5" }, "devDependencies": { "@nxg-org/mineflayer-custom-pvp": "file:.", "mineflayer": "^4.18.0", "typescript": "^4.5.2" } }