@mangar2/servicecli
Version:
implements a 'mqtt type' http server
33 lines (32 loc) • 744 B
JSON
{
"name": "@mangar2/servicecli",
"version": "1.0.2",
"description": "implements a 'mqtt type' http server",
"main": "servicecli.js",
"scripts": {
"run": "node servicecli.js",
"lint": "eslint *.js",
"prepublishOnly": "npm run lint"
},
"keywords": [
"publish",
"message",
"MQTT",
"Broker",
"SNA",
"Sunnyportal",
"opensensemap",
"pushover",
"rs485"
],
"author": "Volker Böhm",
"license": "LGPL-3.0-or-later",
"homepage": "https://github.com/Mangar2/yaha.git",
"repository": {
"type": "git",
"url": "https://github.com/Mangar2/yaha/blob/master/servicecli/servicecli"
},
"dependencies": {
"@mangar2/runservices": "latest"
}
}