UNPKG

homebridge-plugin-lares4

Version:

a homebridge plugin to expose Ksenia Lares 4 home automation systems on the Apple ecosystem

58 lines (57 loc) 1.6 kB
{ "name": "homebridge-plugin-lares4", "displayName": "Lares 4 Homebridge Plugin", "type": "module", "version": "0.0.13-beta.7", "private": false, "description": "a homebridge plugin to expose Ksenia Lares 4 home automation systems on the Apple ecosystem", "author": "Giuseppe Sorrentino", "license": "ISC", "homepage": "https://github.com/glsorre/homebridge-plugin-lares4#readme", "repository": { "type": "git", "url": "https://github.com/glsorre/homebridge-plugin-lares4.git" }, "bugs": { "url": "https://github.com/glsorre/homebridge-plugin-lares4/issues" }, "keywords": [ "homebridge-plugin", "homebridge", "lares4", "ksenia" ], "main": "dist/index.js", "engines": { "node": "^18.20.4 || ^20.18.0 || ^22.10.0", "homebridge": "^1.8.0 || ^2.0.0-beta.0" }, "scripts": { "build": "rimraf ./dist && tsc", "lint": "eslint . --max-warnings=0", "prepublishOnly": "npm run lint && npm run build", "watch": "npm run build && npm link && nodemon" }, "devDependencies": { "@eslint/js": "^9.14.0", "@types/eslint__js": "^8.42.3", "@types/luxon": "^3.4.2", "@types/node": "^22.8.6", "eslint": "^9.14.0", "foreach-cli": "^1.8.1", "homebridge": "^2.0.0-beta.0", "nodemon": "^3.1.7", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "typescript": "^5.6.3", "typescript-eslint": "^8.12.2" }, "dependencies": { "@types/lodash": "^4.17.13", "@types/ws": "^8.5.13", "lares4-ts": "^0.0.9-beta.4", "luxon": "^3.5.0", "winston": "^3.17.0", "ws": "^8.18.0" } }