{
    "displayName": "Homebridge Sunsynk",
    "name": "homebridge-sunsynk",
    "description": "A plugin for homebridge to integrate Sunsynk inverter into HomeKit",
    "version": "1.1.5",
    "author": {
        "name": "Chris Posthumus",
        "email": "chris.posthumus@gmail.com"
    },
    "homepage": "https://github.com/K1LL3R234/homebridge-sunsynk",
    "repository": {
        "type": "git",
        "url": "https://github.com/K1LL3R234/homebridge-sunsynk.git"
    },
    "bugs": {
        "url": "https://https://github.com/K1LL3R234/homebridge-sunsynk/issues"
    },
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/K1LL3R234"
        },
        {
            "type": "paypal",
            "url": "https://www.paypal.me/chrisposthumus"
        }
    ],
    "license": "MIT",
    "preferGlobal": true,
    "keywords": [
        "homebridge-plugin",
        "homebridge",
        "inverter",
        "solar",
        "power-consumption",
        "SOC",
        "battery",
        "solar-panels",
        "solar-inverter",
        "sensor",
        "Sunsynk"
    ],
    "engines": {
        "homebridge": "^1.6.0 || ^2.0.0-beta.0",
        "node": ">=18.0.0"
    },
    "homebridge": {
        "platforms": [
            "Sunsynk"
        ]
    },
    "dependencies": {
        "axios": "^1.12.0",
        "crypto-js": "^4.2.0",
        "debug": "^4.1.1",
        "string": "^3.3.3"
    }
}