{
  "name": "@clusterio/host",
  "description": "Implementation of Clusterio host server",
  "author": "Hornwitser",
  "license": "MIT",
  "version": "2.0.0-alpha.25",
  "main": "dist/node/index.js",
  "bin": {
    "clusteriohost": "./dist/node/host.js"
  },
  "keywords": [
    "clusterio",
    "factorio"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@sinclair/typebox": "^0.30.4",
    "jimp": "^1.6.0",
    "jszip": "^3.10.1",
    "pidusage": "^3.0.2",
    "rcon-client": "^4.2.5",
    "semver": "^7.7.1",
    "set-blocking": "^2.0.0",
    "winston": "^3.17.0",
    "winston-daily-rotate-file": "^4.7.1",
    "yargs": "^17.7.2",
    "@clusterio/lib": "2.0.0-alpha.25"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^20.17.19",
    "@types/pidusage": "^2.0.2",
    "@types/semver": "^7.5.0",
    "@types/set-blocking": "^2.0.0",
    "@types/yargs": "^17.0.33",
    "typescript": "^5.7.3"
  },
  "scripts": {
    "build-mod": "node ../lib/build_mod.js --source-dir ./lua/clusterio_lib",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}