{
  "name": "mineflayer-schem",
  "version": "1.5.0",
  "description": "A mineflayer plugin for building structures from schematic files (modern and legacy) with advanced chest and block support.",
  "main": "index.js",
  "type": "commonjs",
  "scripts": {
    "start": "node example/simpleBuilder.js"
  },
  "keywords": [
    "mineflayer",
    "minecraft",
    "schematic",
    "schem",
    "litematic",
    "bot",
    "builder",
    "automation"
  ],
  "author": "AnonymoDGH",
  "license": "MIT",
  "dependencies": {
    "mineflayer": "^4.15.0",
    "mineflayer-pathfinder": "^2.7.0",
    "prismarine-block": "^2.5.0",
    "prismarine-nbt": "^2.3.1",
    "prismarine-schematic": "^1.5.0",

    "vec3": "^0.1.8"
  },
  "peerDependencies": {
    "minecraft-data": "^3.56.0"
  }





