{
  "name": "minecraft-packets",
  "version": "1.8.0",
  "description": "An easy way to query PrismarineJS/minecraft-packets",
  "main": "index.js",
  "scripts": {
    "test": "jest --verbose",
    "pretest": "npm run lint",
    "lint": "standard",
    "fix": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PrismarineJS/node-minecraft-packets.git"
  },
  "keywords": [
    "prismarine",
    "minecraft",
    "packets"
  ],
  "author": "Romain Beaumont",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PrismarineJS/node-minecraft-packets/issues"
  },
  "homepage": "https://github.com/PrismarineJS/node-minecraft-packets#readme",
  "devDependencies": {
    "jest": "^27.3.1",
    "minecraft-packets": "file:.",
    "standard": "^16.0.1",
    "minecraft-protocol": "^1.24.2"
  }
}
