{
  "name": "flying-squid",
  "description": "A minecraft server written in node.js",
  "version": "1.12.0",
  "main": "index.js",
  "author": "mhsjlw <mhsjlw@users.noreply.github.com>",
  "contributors": [
    {
      "name": "rom1504",
      "email": "romain.rom1@gmail.com"
    }
  ],
  "bin": "app.js",
  "scripts": {
    "prepublishOnly": "cp docs/README.md README.md",
    "lint": "standard",
    "fix": "standard --fix",
    "mocha_test": "mocha --reporter spec --timeout 30000 --retries 2 --exit",
    "test": "npm run mocha_test",
    "pretest": "npm run lint"
  },
  "keywords": [
    "browser",
    "minecraft server",
    "java minecraft server"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=8"
  },
  "dependencies": {
    "change-case": "^4.1.2",
    "colors": "1.4.0",
    "diamond-square": "^1.2.0",
    "exit-hook": "^2.2.1",
    "flatmap": "^0.0.3",
    "long": "^5.1.0",
    "minecraft-protocol": "^1.66.0",
    "moment": "^2.10.6",
    "needle": "^2.5.0",
    "prismarine-chunk": "^1.34.0",
    "prismarine-entity": "^2.2.0",
    "prismarine-item": "^1.14.0",
    "prismarine-nbt": "^2.8.0",
    "prismarine-provider-anvil": "^2.13.0",
    "prismarine-registry": "^1.7.0",
    "prismarine-windows": "^2.8.0",
    "prismarine-world": "^3.6.2",
    "random-seed": "^0.3.0",
    "range": "^0.0.3",
    "readline": "^1.3.0",
    "spiralloop": "^1.0.2",
    "uuid-1345": "^1.0.1",
    "vec3": "^0.1.6",
    "yargs": "^17.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/PrismarineJS/flying-squid.git"
  },
  "bugs": {
    "url": "http://github.com/PrismarineJS/flying-squid/issues"
  },
  "devDependencies": {
    "expect": "^29.1.2",
    "flying-squid": "file:.",
    "minecraft-wrap": "^1.2.3",
    "mineflayer": "^4.25.0",
    "mocha": "^11.0.1",
    "standard": "^17.0.0"
  }
}
