{ "name": "homebridge-wemo", "alias": "Wemo", "type": "module", "version": "7.0.0-beta.2", "description": "Homebridge plugin to integrate Wemo 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" } ], "repository": { "type": "git", "url": "https://github.com/bwp91/homebridge-wemo.git" }, "bugs": { "url": "https://github.com/bwp91/homebridge-wemo/issues" }, "keywords": [ "homebridge", "homebridge-plugin", "hoobs", "hoobs-plugin", "homekit", "siri", "wemo", "belkin" ], "main": "lib/index.js", "engines": { "homebridge": "^1.6.0 || ^2.0.0-alpha.0", "node": "^18.20.4 || ^20.15.1" }, "scripts": { "lint": "eslint . --fix", "rebuild": "rm -rf package-lock.json && rm -rf node_modules && npm install" }, "dependencies": { "@homebridge/plugin-ui-utils": "^1.0.3", "axios": "^1.7.2", "ip": "^2.0.1", "node-ssdp": "^4.0.1", "p-queue": "^8.0.1", "xml2js": "^0.6.2", "xmlbuilder": "^15.1.1" }, "devDependencies": { "@antfu/eslint-config": "^2.23.0", "eslint": "^9.7.0" } }