xiaomi2mqtt
Version:
A bridge between the Xiaomi home-automation gateway and a MQTT server.
44 lines (43 loc) • 1.01 kB
JSON
{
"name": "xiaomi2mqtt",
"version": "1.5.2",
"description": "A bridge between the Xiaomi home-automation gateway and a MQTT server.",
"main": "index.js",
"bin": {
"xiaomi2mqtt": "index.js"
},
"scripts": {
"test": "standard && exit 0",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/svrooij/node-xiaomi2mqtt.git"
},
"keywords": [
"mqtt",
"xiaomi",
"home automation",
"mqtt-smarthome"
],
"author": "Stephan van Rooij <github@svrooij.nl> (https://svrooij.nl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/svrooij/node-xiaomi2mqtt/issues"
},
"homepage": "https://github.com/svrooij/node-xiaomi2mqtt#readme",
"dependencies": {
"lumi-aqara": "^1.6.0",
"mqtt": "^2.18.2",
"yalm": "^4.1.0",
"yargs": "^12.0.0"
},
"devDependencies": {
"pre-commit": "1.2.2",
"semantic-release": "15.1.4",
"standard": "12.0.1"
},
"pre-commit": [
"test"
]
}