{
  "name": "homebridge-fritz-platform",
  "version": "6.0.19",
  "description": "Homebridge Plugin to control FritzBox router, smarthome devices and more.",
  "main": "index.js",
  "funding": [
    {
      "type": "paypal",
      "url": "https://paypal.me/seydx"
    },
    {
      "type": "kofi",
      "url": "https://ko-fi.com/seydx"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/seydx"
    }
  ],
  "scripts": {
    "lint": "eslint --fix ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SeydX/homebridge-fritz-platform.git"
  },
  "author": "SeydX (https://github.com/SeydX/homebridge-fritz-platform)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SeydX/homebridge-fritz-platform/issues"
  },
  "homepage": "https://github.com/SeydX/homebridge-fritz-platform#readme",
  "keywords": [
    "fritz",
    "fritzbox",
    "homebridge",
    "homebridge-plugin",
    "plugin",
    "presence",
    "dect",
    "smarthome",
    "tr064",
    "avm",
    "callmonitor"
  ],
  "engines": {
    "node": ">=14.17.0",
    "homebridge": "^1.3.0"
  },
  "dependencies": {
    "@seydx/fritzbox": "^2.3.1",
    "fakegato-history": "0.6.2",
    "form-data": "^4.0.0",
    "fs-extra": "10.0.0",
    "moment": "^2.29.1",
    "ping": "0.4.1"
  },
  "devDependencies": {
    "@babel/core": "7.15.5",
    "@babel/eslint-parser": "7.15.7",
    "@babel/eslint-plugin": "7.14.5",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-prettier": "^4.0.0",
    "prettier": "^2.4.1"
  }
}
