UNPKG

@homebridge-plugins/homebridge-resideo

Version:

The Resideo plugin allows you to access your Resideo device(s) from HomeKit.

95 lines (94 loc) 2.57 kB
{ "name": "@homebridge-plugins/homebridge-resideo", "displayName": "Resideo", "type": "module", "version": "3.1.0", "description": "The Resideo plugin allows you to access your Resideo device(s) from HomeKit.", "author": { "name": "donavanbecker", "url": "https://github.com/donavanbecker" }, "maintainers": [ "donavanbecker" ], "publishConfig": { "access": "public" }, "license": "ISC", "funding": [ { "type": "Paypal", "url": "https://paypal.me/donavanbecker" }, { "type": "GitHub", "url": "https://github.com/sponsors/donavanbecker" } ], "homepage": "https://github.com/homebridge-plugins/homebridge-resideo", "repository": { "type": "git", "url": "https://github.com/homebridge-plugins/homebridge-resideo.git" }, "bugs": { "url": "https://github.com/homebridge-plugins/homebridge-resideo/issues" }, "keywords": [ "homebridge-plugin", "homebridge-matter", "honeywell", "honeywell-home", "thermostat", "roomsensor", "leaksensor", "room sensor", "leak sensor", "lcc", "tcc", "Resideo", "honeywellhome", "honeywell home", "temperature", "humidity", "leak" ], "main": "dist/index.js", "engines": { "homebridge": "^2.0.0", "node": "^22 || ^24" }, "scripts": { "check": "npm install && npm outdated", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "watch": "npm run build && npm run plugin-ui && npm link && nodemon", "plugin-ui": "rsync ./src/homebridge-ui/public/index.html ./dist/homebridge-ui/public/", "build": "npm run clean && tsc && npm run plugin-ui", "prepublishOnly": "npm run lint && npm run build && npm run plugin-ui && npm run docs && npm run lint-docs", "postpublish": "npm run clean && npm ci", "clean": "shx rm -rf ./dist", "test": "npm run lint", "docs": "typedoc", "lint-docs": "typedoc --emit none --treatWarningsAsErrors" }, "dependencies": { "@homebridge/plugin-ui-utils": "^2.2.3", "rxjs": "^7.8.2" }, "devDependencies": { "@antfu/eslint-config": "^8.2.0", "@types/node": "^25.6.0", "@vitest/coverage-v8": "^4.1.5", "eslint": "^10.3.0", "eslint-plugin-format": "^2.0.1", "eslint-plugin-html": "^8.1.4", "eslint-plugin-perfectionist": "^5.8.0", "homebridge": "^2.0.0", "homebridge-config-ui-x": "5.22.0", "nodemon": "^3.1.14", "shx": "^0.4.0", "typedoc": "^0.28.19", "typescript": "^6.0.3", "vitest": "^4.1.5" } }