{
    "name": "mineflayer-auto-eat",
    "version": "5.0.3",
    "description": "An auto eat plugin for mineflayer",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "type": "module",
    "license": "MIT",
    "scripts": {
        "build": "tsc",
        "prepare": "npm run build",
        "test": "node ./test/index.js"
    },
    "dependencies": {
        "@nxg-org/mineflayer-util-plugin": "^1.8.4",
        "mineflayer": "^4.30.0"
    },
    "devDependencies": {
        "prismarine-item": "^1.16.0",
        "strict-event-emitter-types": "^2.0.0",
        "typescript": "^5.9.2"
    },
    "author": {
        "name": "Linkle",
        "url": "https://github.com/linkle69/"
    },
    "contributors": [
        {
            "name": "Rocco A",
            "url": "https://github.com/GenerelSchwerz"
        }
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/linkle69/mineflayer-auto-eat.git"
    },
    "keywords": [
        "mineflayer",
        "plugin",
        "minecraft",
        "autoeat",
        "auto",
        "eat"
    ]
}
