UNPKG

homebridge-resideo

Version:

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

101 lines (100 loc) 2.8 kB
{ "name": "homebridge-resideo", "displayName": "Resideo", "type": "module", "version": "3.0.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", "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": "^1.8.5 || ^2.0.0 || ^2.0.0-beta.23 || ^2.0.0-alpha.37", "node": "^20 || ^22" }, "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.0.0", "axios": "1.7.9", "rxjs": "^7.8.1" }, "devDependencies": { "@antfu/eslint-config": "^3.14.0", "@types/aes-js": "^3.1.4", "@types/debug": "^4.1.12", "@types/fs-extra": "^11.0.4", "@types/mdast": "^4.0.4", "@types/node": "^22.10.6", "@types/semver": "^7.5.8", "@types/source-map-support": "^0.5.10", "@typhonjs-typedoc/typedoc-theme-dmt": "^0.3.1", "@vitest/coverage-v8": "^3.0.1", "eslint": "^9.18.0", "eslint-plugin-format": "^1.0.1", "homebridge": "^1.8.5", "homebridge-config-ui-x": "4.68.0", "nodemon": "^3.1.9", "shx": "^0.3.4", "ts-node": "^10.9.2", "typedoc": "^0.27.6", "typescript": "^5.7.3", "vitest": "^3.0.1" } }