{
  "displayName": "Homebridge Mijia Thermometer",
  "name": "homebridge-mijia-thermometer-fix",
  "version": "1.7.6",
  "description": "Homebridge plugin for the Xiaomi Mi Bluetooth Temperature and Humidity Sensor.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/fantasytu/homebridge-mijia-thermometer.git"
  },
  "bugs": {
    "url": "https://github.com/fantasytu/homebridge-mijia-thermometer/issues"
  },
  "engines": {
    "node": ">=10.17.0",
    "homebridge": ">=1.3.0"
  },
  "main": "dist/index.js",
  "scripts": {
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "xiaomi",
    "bluetooth",
    "humidity-sensor",
    "temperature-sensor"
  ],
  "dependencies": {
    "@abandonware/noble": "1.9.2-14"
  },
  "devDependencies": {
    "@types/node": "^14.14.31",
    "@typescript-eslint/eslint-plugin": "^4.16.1",
    "@typescript-eslint/parser": "^4.16.1",
    "eslint": "^7.21.0",
    "homebridge": "^1.3.1",
    "nodemon": "^2.0.7",
    "rimraf": "^3.0.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.2"
  }
}
