{
  "name": "@hidev/udp-rcon",
  "version": "3.0.1",
  "description": "This node module lets you communicate with a server through the UDP RCON protocol.",
  "main": "lib/index.js",
  "types": "lib",
  "keywords": [
    "udp",
    "rcon",
    "udp rcon",
    "network",
    "udp connection",
    "udp protocol",
    "rcon protocol"
  ],
  "scripts": {
    "example": "node example/index.js",
    "prepare": "npm run build",
    "build": "rm -rf lib && tsc -p ."
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^14.14.34",
    "typescript": "^4.2.3"
  },
  "files": [
    "lib/**/*"
  ],
  "directories": {
    "lib": "src",
    "example": "example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HiDEVTeam/udp-rcon.git"
  },
  "bugs": {
    "url": "https://github.com/HiDEVTeam/udp-rcon/issues"
  },
  "homepage": "https://github.com/HiDEVTeam/udp-rcon#readme",
  "author": "Baptiste Miquel",
  "license": "MIT"
}
