UNPKG

@shadman-a/homebridge-my-ac

Version:

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

77 lines (76 loc) 1.94 kB
{ "displayName": "Homebridge LG ThinQ", "name": "@shadman-a/homebridge-my-ac", "version": "1.9.5", "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/shadman-a/homebridge-my-ac.git" }, "bugs": { "url": "https://github.com/shadman-a/homebridge-my-ac/issues" }, "engines": { "homebridge": "^1.6.0 || ^2.0.0-beta.0", "node": "^18.20.4 || ^20.15.1 || ^22" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "config.schema.json", "homebridge-ui" ], "bin": { "thinq": "./dist/cli.js" }, "scripts": { "lint": "eslint src/**.ts --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepare": "npm run build", "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/shadman-a/homebridge-my-ac#readme", "author": "Shadman", "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" }, "funding": [ { "type": "paypal", "url": "https://paypal.me/ndhan" } ] }