homebridge-solaredge-accfactory
Version:
Homebridge support for SolarEdge Invertor(s)
60 lines (59 loc) • 1.96 kB
JSON
{
"name": "homebridge-solaredge-accfactory",
"displayName": "SolarEdge Accfactory",
"type": "module",
"version": "0.0.5",
"description": "Homebridge support for SolarEdge Invertor(s)",
"author": "n0rt0nthec4t",
"license": "Apache-2.0",
"homepage": "https://github.com/n0rt0nthec4t/homebridge-solaredge-accfactory/#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/n0rt0nthec4t/homebridge-solaredge-accfactory.git"
},
"bugs": {
"url": "https://github.com/n0rt0nthec4t/homebridge-solaredge-accfactory/issues"
},
"funding": "https://github.com/n0rt0nthec4t/homebridge-solaredge-accfactory?sponsor=1",
"keywords": [
"homekit",
"homebridge-plugin",
"homebridge",
"solaredge",
"energy",
"solar"
],
"main": "dist/index.js",
"engines": {
"node": "^20.19.0 || ^22.12.0 || ^24.0.0",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"files": [
"LICENSE",
"dist/**/*",
"config.schema.json",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"clean": "rimraf ./dist*",
"format": "prettier --write \"src/**/*.{js,mjs}\"",
"lint": "eslint \"src/**/*.{js,mjs}\" --fix --max-warnings=20",
"build": "npm run clean && copyfiles -u 1 src/*.js dist && copyfiles -u 2 src/HomeKitDevice/*.js dist && copyfiles -u 2 src/HomeKitHistory/*.js dist",
"prepublishOnly": "npm run lint && npm run build"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"eslint": "^9.31.0",
"@stylistic/eslint-plugin": "^5.2.0",
"@types/node": "^24.0.15",
"@typescript-eslint/parser": "^8.37.0",
"prettier": "^3.6.2",
"prettier-eslint": "^16.4.2",
"copyfiles": "^2.4.1",
"rimraf": "^6.0.1",
"homebridge": "^2.0.0-beta.0"
},
"dependencies": {
}
}