{
  "displayName": "Homebridge LG ThinQ",
  "name": "@furkanilgenci/homebridge-lg-thinq",
  "version": "1.6.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/nVuln/homebridge-lg-thinq.git"
  },
  "bugs": {
    "url": "https://github.com/nVuln/homebridge-lg-thinq/issues"
  },
  "engines": {
    "node": ">=10.17.0",
    "homebridge": ">=1.3.0"
  },
  "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": "",
  "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",
    "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"
    }
  ]
}
