{
  "name": "@tcortega/minecraft-protocol-forge",
  "version": "1.2.0",
  "description": "Adds FML/Forge support to node-minecraft-protocol",
  "repository": {
    "type": "git",
    "url": "git://github.com/tcortega/node-minecraft-protocol-forge.git"
  },
  "types": "src/client/index.d.ts",
  "scripts": {
    "test": "npm run mochaTest",
    "mochaTest": "mocha --recursive --reporter spec --exit",
    "lint": "standard",
    "fix": "standard --fix",
    "pretest": "npm run lint"
  },
  "keywords": [
    "minecraft",
    "protocol",
    "parse",
    "serialize",
    "packet",
    "bot",
    "forge",
    "fml"
  ],
  "author": "deathcap",
  "license": "BSD-3-Clause",
  "engines": {
    "node": ">=4"
  },
  "dependencies": {
    "minecraft-protocol": "^1.43.1",
    "protodef": "^1.0.0"
  },
  "devDependencies": {
    "minecraft-protocol-forge": "file:.",
    "mocha": "^10.2.0",
    "standard": "^17.1.0",
    "typescript": "^5.4.4"
  }
}
