UNPKG

@elshaer/homebridge-lg-thinq

Version:

A Homebridge plugin for controlling/monitoring LG ThinQ device via LG ThinQ platform.

64 lines (63 loc) 1.72 kB
{ "displayName": "Homebridge LG ThinQ", "name": "@elshaer/homebridge-lg-thinq", "version": "1.0.1", "description": "A Homebridge plugin for controlling/monitoring LG ThinQ device via LG ThinQ platform.", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/EyadElshaer/homebridge-lg-thinq.git" }, "bugs": { "url": "https://github.com/EyadElshaer/homebridge-lg-thinq/issues" }, "engines": { "homebridge": "^1.6.0 || ^2.0.0-beta.0", "node": "^18.20.4 || ^20.15.1 || ^22" }, "main": "dist/index.js", "bin": { "thinq": "./dist/cli.js" }, "scripts": { "lint": "eslint src/**.ts --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ "homebridge-plugin", "homekit", "lg", "lg-thinq" ], "devDependencies": { "@types/node": "^16.4.10", "@typescript-eslint/eslint-plugin": "^4.29.0", "@typescript-eslint/parser": "^4.29.0", "eslint": "^7.32.0", "homebridge": "^1.3.4", "nodemon": "^2.0.12", "rimraf": "^3.0.2", "ts-node": "^10.1.0", "typescript": "^4.3.5" }, "homepage": "https://github.com/nVuln/homebridge-lg-thinq#readme", "author": "nVuln", "dependencies": { "@homebridge/plugin-ui-utils": "^0.0.19", "aws-iot-device-sdk": "^2.2.11", "axios": "^0.21.1", "axios-retry": "^3.1.9", "commander": "^8.2.0", "homebridge-config-ui-x": "^4.50.6", "luxon": "^2.0.1", "node-forge": "^1.0.0", "node-persist": "^0.0.11", "qs": "^6.10.1", "uuid": "^8.3.2" } }