UNPKG

homebridge-wideq

Version:
41 lines (40 loc) 805 B
{ "name": "homebridge-wideq", "version": "0.1.9", "description": "WideQ for Homebridge", "author": "NorDroN", "keywords": [ "homebridge", "homebridge-plugin", "homebridge-wideq", "wideq", "smartthinq", "lg" ], "repository": { "type": "git", "url": "https://github.com/NorDroN/homebridge-wideq" }, "bugs": { "url": "https://github.com/NorDroN/homebridge-wideq/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { "wideq": "^1.1.1" }, "devDependencies": { "@types/uuid": "^3.4.6", "@types/node": "^14.0.13", "tslint": "^6.1.2", "ts-node": "^8.6.2", "typescript": "^3.7.5" }, "engines": { "node": ">=4.3.2", "homebridge": ">=0.4.8" } }