xcraft-core-busclient
Version:
50 lines (49 loc) • 1.27 kB
JSON
{
"name": "xcraft-core-busclient",
"version": "5.11.3",
"description": "Xcraft bus client",
"main": "index.js",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"xcraft",
"bus",
"client"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Xcraft-Inc/xcraft-core-busclient.git"
},
"dependencies": {
"fs-extra": "^11.3.0",
"uuid": "^8.3.2",
"xcraft-core-bus": "^5.0.0",
"xcraft-core-host": "^3.0.0",
"xcraft-core-etc": "^3.0.0",
"xcraft-core-log": "^2.2.0",
"xcraft-core-transport": "^4.5.0",
"xcraft-core-utils": "^4.0.0"
},
"author": "Epsitec SA",
"contributors": [
"Mathieu Schroeter <schroeter@epsitec.ch>",
"Samuel Loup <loup@epsitec.ch>",
"Gillian Fries <fries@epsitec.ch>",
"Louis-Samuel Leuenberger <leuenberger@epsitec.ch>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Xcraft-Inc/xcraft-core-busclient/issues"
},
"homepage": "https://github.com/Xcraft-Inc/xcraft-core-busclient#readme",
"devDependencies": {
"prettier": "2.0.4",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.2"
},
"prettier": "xcraft-dev-prettier"
}