UNPKG

homebridge-xiaomi-plant-monitor-improved

Version:
64 lines (63 loc) 1.62 kB
{ "name": "homebridge-xiaomi-plant-monitor-improved", "version": "3.2.1", "description": "Homebridge plugin for Xiaomi Mi Flora plant sensors", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/grego360/homebridge-xiaomi-plant-monitor-improved.git" }, "homepage": "https://github.com/grego360/homebridge-xiaomi-plant-monitor-improved#readme", "bugs": { "url": "https://github.com/grego360/homebridge-xiaomi-plant-monitor-improved/issues" }, "scripts": { "build": "rm -rf ./dist && tsc", "prepublishOnly": "npm run build", "watch": "npm run build && npm link && nodemon", "test": "mocha -r ts-node/register src/**/*.test.ts", "lint": "eslint src/**.ts" }, "keywords": [ "homebridge-plugin", "homebridge", "xiaomi", "miflora", "plant", "sensor" ], "author": "grego360", "license": "ISC", "files": [ "dist", "index.js", "README.md", "CHANGELOG.md", "LICENSE" ], "engines": { "node": ">=16.0.0", "homebridge": ">=1.4.0" }, "dependencies": { "debug": "^4.3.4", "miflora": "^1.0.6" }, "devDependencies": { "@types/chai": "^4.3.11", "@types/debug": "^4.1.12", "@types/mocha": "^10.0.6", "@types/node": "^22.13.9", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "chai": "^4.4.1", "eslint": "^8.57.0", "homebridge": "^1.6.1", "mocha": "^10.3.0", "nodemon": "^3.1.0", "ts-node": "^10.9.2", "typescript": "~5.5.0" } }