UNPKG

homebridge-omnik

Version:
53 lines (52 loc) 1.29 kB
{ "name": "homebridge-omnik", "displayName": "Omnik Inverter", "version": "1.2.2", "description": "Add your Omnik-Inverter to Homekit", "license": "Apache-2.0", "author": "Jasper Seinhorst", "repository": { "type": "git", "url": "https://github.com/jasper-seinhorst/homebridge-omnik.git" }, "bugs": { "url": "https://github.com/jasper-seinhorst/homebridge-omnkik/issues" }, "engines": { "node": ">=18", "homebridge": "^1.8.0 || ^2.0.0-beta.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ "homebridge-plugin", "homebridge", "omnik", "eco", "power-consumption", "power-return", "solar", "solar-panels", "power-yield", "solar-inverter" ], "devDependencies": { "@types/node": "^20.11.25", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", "eslint": "^8.57.0", "homebridge": "^1.8.0", "nodemon": "^2.0.22", "rimraf": "^5.0.5", "ts-node": "^10.9.1", "typescript": "^4.9.5" }, "dependencies": { "axios": "^1.6.7" } }