{
  "name": "haxball-server",
  "version": "4.3.0",
  "description": "A feature-rich and stable headless server utility for Haxball",
  "main": "./dist/main.js",
  "homepage": "https://github.com/gabrielbrop/haxball-server#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "tsc && node .",
    "test": "echo \"No test specified\""
  },
  "author": "gabrielbrop",
  "license": "ISC",
  "bin": {
    "haxballserver": "./dist/main.js",
    "haxball-server": "./dist/main.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "discord.js": "^12.5.3",
    "express": "^4.17.1",
    "node-os-utils": "^1.3.5",
    "open": "^8.4.0",
    "pidusage": "^2.0.21",
    "portscanner": "^2.2.0",
    "puppeteer-core": "^10.1.0",
    "tunnel-ssh": "^4.1.4",
    "ws": "^8.1.0",
    "yargs": "^17.0.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/node": "^15.14.2",
    "@types/node-os-utils": "^1.2.0",
    "@types/pidusage": "^2.0.1",
    "@types/portscanner": "^2.1.1",
    "@types/tunnel-ssh": "^4.1.1",
    "@types/ws": "^7.4.5",
    "@types/yargs": "^17.0.2",
    "typescript": "^4.3.5"
  },
  "keywords": [
    "haxball",
    "haxball bot",
    "haxball server",
    "headless",
    "haxball headless",
    "hax server",
    "headless bot"
  ]
}
