{
  "name": "homebridge-tuya-local",
  "version": "3.1.5",
  "description": "🏠 Control Tuya Accessories Locally with Homebridge",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "tuya-lan": "./bin/cli.js",
    "tuya-lan-find": "./bin/cli-find.js",
    "tuya-lan-decode": "./bin/cli-decode.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ayushsharma82/homebridge-tuya-local.git"
  },
  "author": "Rayan Khan (maintained by @ayushsharma82)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ayushsharma82/homebridge-tuya-local/issues"
  },
  "homepage": "https://github.com/ayushsharma82/homebridge-tuya-local#readme",
  "dependencies": {
    "async": "^3.2.2",
    "commander": "^3.0.1",
    "fs-extra": "^8.1.0",
    "http-mitm-proxy": "^1.1.0",
    "json5": "^2.2.0",
    "qrcode": "^1.4.1",
    "yaml": "^1.6.0"
  },
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "local",
    "control",
    "homebridge-tuya-local",
    "tuya",
    "lan"
  ],
  "engines": {
    "homebridge": ">=0.4.0",
    "node": ">=8.6.0"
  }
}
