package.json•997 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.22.0",
"mineflayer-pathfinder": "file:../mineflayer-pathfinder",
"mineflayer-utils": "^0.1.4"
},
"devDependencies": {
"@types/node": "^15.14.9",
"require-self": "^0.2.3",
"standard": "^17.0.0",
"typescript": "^5.0.4"
},
"files": [
"lib/**/*"
]
}