{
  "displayName": "TuyaWebPlatform",
  "name": "@ottimis/homebridge-tuya-web",
  "version": "1.2.1",
  "description": "Homebridge plugin for use with Tuya devices (uses Home Assistant Tuya Web API)",
  "main": "dist/index.js",
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "lint": "eslint **/src/**/*.ts",
    "prepublishOnly": "npm run lint && npm run build",
    "prettier": "prettier --check .",
    "release": "np",
    "test": "ts-mocha test/**/*.spec.ts",
    "watch": "npm run build && npm link && nodemon",
    "clear-cache": "rimraf ~/.homebridge/accessories/cachedAccessories && rimraf ~/.homebridge/persist/*"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "tuya",
    "smartlife"
  ],
  "author": "Milo Cesar <milocesar1@gmail.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10.17.0",
    "homebridge": ">=1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/milo526/homebridge-tuya-web"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/milo526"
  },
  "bugs": {
    "url": "https://github.com/milo526/homebridge-tuya-web/issues"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "lodash.debounce": "^4.0.8"
  },
  "devDependencies": {
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.14.22",
    "@typescript-eslint/eslint-plugin": "^4.14.1",
    "@typescript-eslint/parser": "^4.14.1",
    "chai": "^4.2.0",
    "eslint": "^7.18.0",
    "eslint-config-prettier": "^7.2.0",
    "homebridge": "^1.3.4",
    "mocha": "^8.2.1",
    "nodemon": "^2.0.12",
    "np": "^7.5.0",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "ts-mocha": "^8.0.0",
    "ts-node": "^9.1.1",
    "ts-xor": "^1.0.8",
    "typescript": "^4.1.3"
  }
}
