UNPKG

homebridge-tahoma-fork

Version:

Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma

51 lines (50 loc) 1.44 kB
{ "name": "homebridge-tahoma-fork", "displayName": "Homebridge TaHoma", "version": "2.2.55", "description": "Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma", "author": "Romain DUBOC <dubocr@gmail.com>", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/dubocr/homebridge-tahoma.git" }, "bugs": { "url": "https://github.com/dubocr/homebridge-tahoma/issues" }, "engines": { "node": ">=12.4.0", "homebridge": ">=1.3.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts", "watch": "npm run build && npm link && nodemon", "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc", "postpublish": "npm run clean" }, "keywords": [ "homebridge-plugin", "tahoma", "cozytouch", "somfy", "connexoon" ], "homepage": "https://github.com/Stuard40/homebridge-tahoma#readme", "dependencies": { "moment": "^2.29.4", "overkiz-client": "^1.0.17" }, "devDependencies": { "@types/node": "^18.7.14", "@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/parser": "^5.36.1", "eslint": "^8.53.0", "homebridge": "^1.5.0", "nodemon": "^2.0.19", "rimraf": "^3.0.2", "ts-node": "^10.9.1", "typescript": "^4.8.2" } }