UNPKG

mineflayer-crafting-util

Version:
47 lines (46 loc) 1.04 kB
{ "name": "mineflayer-crafting-util", "version": "0.2.0", "description": "A plugin to simplify crafting recipes.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "npx tsc", "clean": "rm -rf lib", "fix-lint": "ts-standard --fix" }, "repository": { "type": "git", "url": "git+https://github.com/GenerelSchwerz/mineflayer-crafting-util.git" }, "keywords": [ "bot", "mineflayer", "minecraft", "crafting" ], "author": "GenerelSchwerz", "license": "MIT", "bugs": { "url": "https://github.com/GenerelSchwerz/mineflayer-crafting-util/issues" }, "homepage": "https://github.com/GenerelSchwerz/mineflayer-crafting-util#readme", "files": [ "lib/**/*" ], "ts-standard": { "ignore": [ "lib", "examples" ] }, "devDependencies": { "mineflayer": "^4.17.0", "mineflayer-crafting-util": "file:.", "ts-standard": "^12.0.2", "typescript": "^5.3.3" }, "peerDependencies": { "typescript": "^5.0.0" } }