{
  "name": "homebridge-ups",
  "description": "Homebridge plugin for Network UPS Tools",
  "displayName": "Homebridge UPS",
  "author": "Erik Baauw",
  "maintainers": [
    "ebaauw"
  ],
  "license": "Apache-2.0",
  "version": "1.2.20",
  "keywords": [
    "homebridge-plugin",
    "homekit",
    "ups",
    "nut",
    "uninterruptible power supply",
    "network ups tools"
  ],
  "type": "module",
  "main": "index.js",
  "bin": {
    "ups": "cli/ups.js"
  },
  "engines": {
    "homebridge": "^1.10.0||^2.0.0-beta",
    "node": "^22||^20",
    "upsd": "1.2"
  },
  "dependencies": {
    "homebridge-lib": "~7.1.6"
  },
  "scripts": {
    "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json",
    "test": "standard && echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ebaauw/homebridge-ups.git"
  },
  "bugs": {
    "url": "https://github.com/ebaauw/homebridge-ups/issues"
  },
  "homepage": "https://github.com/ebaauw/homebridge-ups#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/ebaauw"
    },
    {
      "type": "paypal",
      "url": "https://www.paypal.me/ebaauw/EUR"
    }
  ]
}
