{
  "name": "xcraft-core-host",
  "version": "3.25.0",
  "description": "Multiple engines support for xcraft-server",
  "main": "lib/index.js",
  "bin": {
    "xcraft-host": "bin/host"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Epsitec SA",
  "contributors": [
    "Mathieu Schroeter <schroeter@epsitec.ch>",
    "Samuel Loup <loup@epsitec.ch>",
    "Gillian Fries <fries@epsitec.ch>",
    "Jonny Quarta <quarta@epsitec.ch>",
    "Catia Guidi <guidi@epsitec.ch>"
  ],
  "license": "MIT",
  "dependencies": {
    "electron-default-menu": "^1.0.1",
    "epsitec-global-agent": "^3.0.0",
    "fs-extra": "^11.3.0",
    "gigawatts": "^4.0.1",
    "node-forge": "^1.3.1",
    "xcraft-core-bus": "^5.0.0",
    "xcraft-core-busclient": "^5.0.0",
    "xcraft-core-etc": "^3.0.0",
    "xcraft-core-horde": "^3.0.0",
    "xcraft-core-log": "^2.2.0",
    "xcraft-core-transport": "^4.0.0",
    "xcraft-core-utils": "^4.0.0",
    "xcraft-server": "^5.0.0",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "chai": "^5.2.0",
    "mocha": "^11.2.2",
    "prettier": "2.0.4",
    "xcraft-dev-prettier": "^2.0.0",
    "xcraft-dev-rules": "^4.4.2"
  },
  "optionalDependencies": {
    "node-windows-registry": "^0.1.2"
  },
  "prettier": "xcraft-dev-prettier"
}
