{
  "name": "@minecraft-js/rcon",
  "version": "1.1.0",
  "description": "RCON Minecraft client written in TypeScript",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "doc": "typedoc src/index.ts",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MinecraftJS/rcon.git"
  },
  "keywords": [
    "minecraftjs"
  ],
  "author": "RichardDorian",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MinecraftJS/rcon/issues"
  },
  "homepage": "https://github.com/MinecraftJS/rcon#readme",
  "dependencies": {
    "@minecraft-js/bufwrapper": "^1.4.3"
  },
  "devDependencies": {
    "@types/node": "^18.6.3",
    "prettier": "^2.6.1",
    "typed-emitter": "^2.1.0",
    "typescript": "^4.6.3"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18.x"
  }
}
