homebridge-kiwigrid
Version:
A HomeBridge plugin to connect local KiwiGrid installations (like Solarwatt EnergyManager) to HomeKit.
57 lines (56 loc) • 1.5 kB
JSON
{
"displayName": "Homebridge Kiwigrid",
"name": "homebridge-kiwigrid",
"version": "1.2.4",
"description": "A HomeBridge plugin to connect local KiwiGrid installations (like Solarwatt EnergyManager) to HomeKit.",
"license": "Apache-2.0",
"author": "Andreas Wäscher",
"maintainers": [
"Andreas Wäscher"
],
"homepage": "https://github.com/awaescher/homebridge-kiwigrid",
"repository": {
"type": "git",
"url": "https://github.com/awaescher/homebridge-kiwigrid.git"
},
"bugs": {
"url": "https://github.com/awaescher/homebridge-kiwigrid/issues"
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">0.4.53"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin",
"kiwigrid",
"kiwi",
"grid",
"solarwatt",
"energymanager",
"energy-manager",
"pv",
"photovoltaic"
],
"dependencies": {
"axios": "^1.7.9",
"uuid-validate": "0.0.3"
},
"devDependencies": {
"@types/node": "^14.0.11",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.2.0",
"homebridge": "^1.1.0",
"nodemon": "^2.0.4",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2",
"typescript": "^5.7.3"
}
}