{
    "private": false,
    "displayName": "Enphase Envoy",
    "name": "homebridge-enphase-envoy",
    "version": "9.14.3",
    "description": "Homebridge plugin for Photovoltaic Energy System manufactured by Enphase.",
    "license": "MIT",
    "author": "grzegorz914",
    "maintainers": [
        "grzegorz914"
    ],
    "homepage": "https://github.com/grzegorz914/homebridge-enphase-envoy#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/grzegorz914/homebridge-enphase-envoy.git"
    },
    "bugs": {
        "url": "https://github.com/grzegorz914/homebridge-enphase-envoy/issues"
    },
    "type": "module",
    "exports": {
        ".": "./index.js"
    },
    "files": [
        "src",
        "index.js",
        "config.schema.json",
        "package.json",
        "CHANGELOG.md",
        "README.md",
        "LICENSE"
    ],
    "engines": {
        "homebridge": "^1.9.0 || ^2.0.0 || ^2.0.0-beta.27 || ^2.0.0-alpha.37",
        "node": "^18.20.4 || ^20.15.1 || ^22.7.0 || ^23.2.0"
    },
    "dependencies": {
        "async-mqtt": "^2.6.3",
        "axios": "^1.8.4",
        "express": "^5.1.0",
        "fast-xml-parser": "^5.2.0"
    },
    "keywords": [
        "homebridge",
        "homebridge-plugin",
        "envoy",
        "enphase",
        "ensemble",
        "enpower",
        "encharge",
        "photovoltaic",
        "solar",
        "mqtt",
        "restful"
    ],
    "contributors": [],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    }
}