xmihome
Version:
The core library for interacting with Xiaomi Mi Home devices via Cloud, MiIO, and Bluetooth.
53 lines (52 loc) • 999 B
JSON
{
"name": "xmihome",
"version": "1.1.3",
"private": false,
"type": "module",
"description": "The core library for interacting with Xiaomi Mi Home devices via Cloud, MiIO, and Bluetooth.",
"exports": {
".": "./src/index.js",
"./*": "./src/*"
},
"bin": {
"xmihome-setup-bluetooth": "./bin/setup-bluetooth.js"
},
"scripts": {
"test": "tsc -p ./jsconfig.json",
"postinstall": "xmihome-setup-bluetooth"
},
"files": [
"./bin/*.js",
"./src/*.js"
],
"dependencies": {
"mijia-io": "github:salamwaddah/mijia-io",
"xmihome-devices": "1.1.3"
},
"optionalDependencies": {
"dbus-next": "github:dcodeIO/node-dbus-next"
},
"engines": {
"node": ">=18.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alex2844/node-xmihome.git",
"directory": "packages/node"
},
"keywords": [
"xmihome",
"xiaomi",
"mihome",
"miot",
"miio",
"bluetooth",
"ble",
"iot",
"smarthome",
"home-automation",
"library",
"api"
]
}