{
  "private": false,
  "displayName": "TH16ermostat",
  "name": "homebridge-th16ermostat",
  "version": "1.1.2",
  "description": "Use Sonoff TH16 device as a simple thermostat.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/martinbernat/homebridge-th16ermostat"
  },
  "bugs": {
    "url": "https://github.com/martinbernat/homebridge-th16ermostat/issues"
  },
  "engines": {
    "node": ">=10.17.0",
    "homebridge": ">=1.0.0"
  },
  "main": "dist/index.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",
    "TH16 thermostat",
    "sonoff thermostat",
    "thermostat",
    "sonoff",
    "TH10",
    "TH16"
  ],
  "dependencies": {
    "axios": "^0.19.0"
  },
  "devDependencies": {
    "@types/node": "^14.11.8",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.1",
    "eslint": "^7.11.0",
    "homebridge": "^1.2.2",
    "nodemon": "^2.0.5",
    "rimraf": "^3.0.2",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.3"
  }
}
