45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "mineflayer-tool",
|
|
"version": "1.2.0",
|
|
"description": "A tool/weapon selection Mineflayer plugin for automatically selecting the best tool to use for a specific task.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "ts-standard && tsc && require-self",
|
|
"clean": "rm -rf lib",
|
|
"test": "test",
|
|
"fix": "ts-standard --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TheDudeFromCI/mineflayer-tool.git"
|
|
},
|
|
"keywords": [
|
|
"mineflayer",
|
|
"plugin",
|
|
"tool",
|
|
"weapon",
|
|
"utility"
|
|
],
|
|
"author": "TheDudeFromCI",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/TheDudeFromCI/mineflayer-tool/issues"
|
|
},
|
|
"homepage": "https://github.com/TheDudeFromCI/mineflayer-tool#readme",
|
|
"dependencies": {
|
|
"mineflayer": "^4.0.0",
|
|
"mineflayer-pathfinder": "^2.1.1",
|
|
"prismarine-nbt": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.4",
|
|
"require-self": "^0.2.3",
|
|
"ts-standard": "^11.0.0",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
]
|
|
}
|