UNPKG

xcraft-core-host

Version:

Multiple engines support for xcraft-server

42 lines (41 loc) 1.07 kB
{ "name": "xcraft-core-host", "version": "3.22.2", "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": "", "license": "MIT", "dependencies": { "electron-default-menu": "^1.0.1", "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.0.0", "xcraft-core-transport": "^4.0.0", "xcraft-core-utils": "^4.0.0", "xcraft-global-agent": "^3.1.2", "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" }