node-miio
Version:
Control Mi Home devices, such as Mi Robot Vacuums, Mi Air Purifiers, Mi Smart Home Gateway (Aqara) and more
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "node-miio",
"version": "0.3.0-beta.2",
"license": "MIT",
"description": "Control Mi Home devices, such as Mi Robot Vacuums, Mi Air Purifiers, Mi Smart Home Gateway (Aqara) and more",
"author": "https://github.com/afharo",
"homepage": "https://github.com/afharo/miio/blob/main/README.md",
"main": "lib/index.js",
"keywords": [
"xiaomi",
"mi",
"miio",
"aqara",
"yeelight",
"mijia"
],
"bin": {
"miio": "./cli/index.js"
},
"scripts": {
"test": "jest",
"test:verbose": "jest --verbose",
"test:watch": "jest --watch -verbose",
"test:coverage": "jest --verbose --coverage",
"lint": "eslint ."
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"abstract-things": "^0.9.0",
"appdirectory": "^0.1.0",
"chalk": "4.1.2",
"debug": "4.4.1",
"deep-equal": "2.2.3",
"mkdirp": "^0.5.1",
"tinkerhub-discovery": "^0.3.1",
"yargs": "15.4.1"
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-plugin-node": "^5.2.1",
"jest": "^30.0.5"
}
}