UNPKG

xmihome

Version:

The core library for interacting with Xiaomi Mi Home devices via Cloud, MiIO, and Bluetooth.

56 lines (55 loc) 1.08 kB
{ "name": "xmihome", "version": "1.5.0", "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": "./bin/cli.js", "xmihome-setup-bluetooth": "./bin/setup-bluetooth.js" }, "scripts": { "test": "tsc -p ./jsconfig.json", "postinstall": "node ./bin/setup-bluetooth.js" }, "files": [ "./bin/", "./src/*.js" ], "dependencies": { "@inquirer/prompts": "^7.8.3", "mijia-io": "github:salamwaddah/mijia-io", "xmihome-devices": "1.5.0", "yargs": "^18.0.0" }, "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" ] }