UNPKG

homebridge-hilo

Version:

Plugin Homebridge (non officiel) pour la passerelle et les appareils Hilo de Hydro-Québec | Unofficial Homebridge plugin for Hydro-Québec Hilo bridge and devices

75 lines (74 loc) 2.18 kB
{ "name": "homebridge-hilo", "version": "7.0.2", "description": "Plugin Homebridge (non officiel) pour la passerelle et les appareils Hilo de Hydro-Québec | Unofficial Homebridge plugin for Hydro-Québec Hilo bridge and devices", "main": "dist/hilo.js", "engines": { "homebridge": "^2.0.0", "node": "^22.10.0 || ^24.0.0 || ^26.0.0" }, "scripts": { "lint": "eslint . --max-warnings=0", "build": "rimraf dist/ && tsc", "test": "echo \"Error: no test specified\" && exit 1", "codegen": "graphql-codegen --config codegen.ts", "codegen:watch": "npm run codegen -- --watch", "tsc": "npm run codegen && tsc", "preversion": "npm run build", "postversion": "git push --follow-tags" }, "repository": { "type": "git", "url": "git+https://github.com/SanterreJo/homebridge-hilo.git" }, "keywords": [ "homebridge", "homebridge-plugin", "hilo", "hydroquebec" ], "author": "Jonathan Santerre <jonathan@santerre.dev>", "license": "MIT", "bugs": { "url": "https://github.com/SanterreJo/homebridge-hilo/issues" }, "homepage": "https://github.com/SanterreJo/homebridge-hilo#readme", "devDependencies": { "@0no-co/graphqlsp": "^1.12.16", "@eslint/js": "^10.0.1", "@graphql-codegen/cli": "^7.1.3", "@graphql-codegen/schema-ast": "^6.0.1", "@parcel/watcher": "^2.5.1", "@types/jsonwebtoken": "^9.0.10", "@types/node": "^26.1.0", "eslint": "^10.2.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.2.6", "globals": "^17.0.0", "homebridge": "^2.0.0-beta.0", "prettier": "3.9.4", "rimraf": "^6.0.1", "typescript": "^6.0.3", "typescript-eslint": "^8.31.0" }, "dependencies": { "@homebridge/plugin-ui-utils": "^2.0.2", "@microsoft/signalr": "^10.0.0", "axios": "^1.9.0", "date-fns": "^4.1.0", "express": "^5.1.0", "graphql-ws": "^6.0.4", "jsonwebtoken": "^9.0.3", "ws": "^8.18.2" }, "funding": [ { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/santerrejo" }, { "type": "paypal", "url": "https://paypal.me/santerrejo" } ] }