{
  "name": "haxroomie-core",
  "version": "2.6.4",
  "description": "Node.js API for running and controlling HaxBall rooms.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morko/haxroomie.git"
  },
  "keywords": [
    "haxroomie",
    "haxball"
  ],
  "author": "Oskari Pöntinen <mail.morko@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/morko/haxroomie/issues"
  },
  "homepage": "https://github.com/morko/haxroomie/packages/haxroomie-core#readme",
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "colors": "^1.4.0",
    "dotenv": "^14.3.2",
    "puppeteer": "^13.1.2",
    "winston": "^3.5.0"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "mocha": "^9.2.0",
    "sinon": "^13.0.0"
  },
  "gitHead": "37b658ebc4c914a9525b8cb72d5e8ce4b5f56399"
}
