UNPKG

@homebridge-plugins/homebridge-meross

Version:

Homebridge plugin to integrate Meross devices into HomeKit.

70 lines (69 loc) 1.59 kB
{ "name": "@homebridge-plugins/homebridge-meross", "alias": "Meross", "type": "module", "version": "10.10.0", "description": "Homebridge plugin to integrate Meross devices into HomeKit.", "author": { "name": "bwp91", "email": "bwp91@icloud.com" }, "license": "MIT", "funding": [ { "type": "github", "url": "https://github.com/sponsors/bwp91" }, { "type": "kofi", "url": "https://ko-fi.com/bwp91" }, { "type": "patreon", "url": "https://www.patreon.com/bwp91" }, { "type": "paypal", "url": "https://www.paypal.me/BenPotter" } ], "homepage": "https://github.com/homebridge-plugins/homebridge-meross", "repository": { "type": "git", "url": "git+https://github.com/homebridge-plugins/homebridge-meross.git" }, "bugs": { "url": "https://github.com/homebridge-plugins/homebridge-meross/issues" }, "keywords": [ "homebridge", "homebridge-plugin", "homebridge-meross", "hoobs", "hoobs-plugin", "homekit", "siri", "meross", "meross-cloud" ], "main": "lib/index.js", "engines": { "homebridge": "^1.6.0 || ^2.0.0-beta.0", "node": "^20 || ^22 || ^24" }, "scripts": { "lint": "eslint . --max-warnings=0", "lint:fix": "npm run lint -- --fix" }, "dependencies": { "@homebridge/plugin-ui-utils": "^2.1.0", "axios": "^1.10.0", "mqtt": "^5.13.2", "node-persist": "^4.0.4", "p-queue": "^8.1.0", "p-timeout": "^6.1.4" }, "devDependencies": { "@antfu/eslint-config": "^4.16.2" } }