xcraft-core-horde
Version:
Xcraft Horde master
56 lines (55 loc) • 1.34 kB
JSON
{
"name": "xcraft-core-horde",
"version": "3.5.11",
"description": "Xcraft Horde master",
"main": "lib/index.js",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"xcraft",
"horde",
"master"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Xcraft-Inc/xcraft-core-horde.git"
},
"config": {
"xcraft": {
"commands": true
}
},
"dependencies": {
"gigawatts": "^4.0.1",
"uuid": "^8.3.2",
"xcraft-core-bus": "^5.0.0",
"xcraft-core-busclient": "^5.0.0",
"xcraft-core-daemon": "^3.0.0",
"xcraft-core-etc": "^3.0.0",
"xcraft-core-host": "^3.0.0",
"xcraft-core-transport": "^4.0.0",
"xcraft-core-utils": "^4.2.0",
"xcraft-server": "^5.0.0"
},
"author": "Epsitec SA",
"contributors": [
"Mathieu Schroeter <schroeter@epsitec.ch>",
"Samuel Loup <loup@epsitec.ch>",
"Gillian Fries <fries@epsitec.ch>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Xcraft-Inc/xcraft-core-horde/issues"
},
"homepage": "https://github.com/Xcraft-Inc/xcraft-core-horde#readme",
"devDependencies": {
"prettier": "2.0.4",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.2"
},
"prettier": "xcraft-dev-prettier"
}