{
  "name": "@soymaycol/mayaternos",
  "version": "1.0.0",
  "description": "Módulo para crear bots de Minecraft 24/7 con movimientos aleatorios usando MinePlayer",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "node test.js"
  },
  "keywords": [
    "minecraft",
    "bot",
    "mineflayer",
    "24/7",
    "antibot",
    "aternos"
  ],
  "author": "Tu nombre",
  "license": "MIT",
  "dependencies": {
    "mineflayer": "^4.11.1"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}