{
  "name": "rcon-srcds",
  "version": "2.1.0",
  "description": "A zero-dependency Typescript library for the Source/Minecraft RCON Protocol",
  "main": "dist/rcon.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint src/ --ext .ts",
    "build": "tsc",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src"
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EnriqCG/rcon-srcds.git"
  },
  "keywords": [
    "rcon",
    "client",
    "rcon protocol",
    "csgo",
    "source",
    "minecraft",
    "typescript",
    "zero-dependency",
    "promise",
    "async"
  ],
  "author": "Enrique Carpintero <coding@enriqcg.io>",
  "contributors": [
    "Markus Adrario (https://github.com/Taraman17)",
    "c43721 (https://github.com/c43721)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/EnriqCG/rcon-srcds/issues"
  },
  "homepage": "https://github.com/EnriqCG/rcon-srcds",
  "devDependencies": {
    "@types/node": "^13.13.4",
    "@typescript-eslint/eslint-plugin": "^2.30.0",
    "@typescript-eslint/parser": "^2.30.0",
    "eslint": "^6.8.0",
    "typescript": "^3.8.3"
  }
}