UNPKG

homebridge-mi-flora-care

Version:

This is a homebridge plugin for the Xiaomi Mi Flora / Xiaomi Flower Care devices.

49 lines (48 loc) 1.25 kB
{ "displayName": "Mi Flora Care", "name": "homebridge-mi-flora-care", "version": "1.0.9", "description": "This is a homebridge plugin for the Xiaomi Mi Flora / Xiaomi Flower Care devices.", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/oretman/homebridge-mi-flora-care.git" }, "bugs": { "url": "https://github.com/oretman/homebridge-mi-flora-care/issues" }, "engines": { "node": ">=10.17.0", "homebridge": ">=1.3.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", "homebridge-plugin", "HomeKit", "xiaomi", "flower", "flora" ], "dependencies": { "fakegato-history": "^0.6.3", "miflora": "^1.0.6" }, "devDependencies": { "@types/node": "^14.18.12", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.32.0", "homebridge": "^1.4.0", "nodemon": "^2.0.15", "rimraf": "^3.0.2", "ts-node": "^9.1.1", "typescript": "^4.6.2" } }