{
  "name": "homebridge-solaredge-inverter-fixed-battery",
  "version": "0.2.7",
  "description": "A Homebridge plugin to pull SolarEdge solar inverter data into HomeKit as light sensors.",
  "author": "ecoen66",
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "homebridge-plugin",
    "SolarEdge",
    "Solar",
    "Inverter"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dzebcuks/homebridge-solaredge-inverter-fixed-battery.git"
  },
  "bugs": {
    "url": "hhttps://github.com/Dzebcuks/homebridge-solaredge-inverter-fixed-battery/issues"
  },
  "scripts": {
    "lint": "eslint *.ts --max-warnings=0",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "axios-cache-adapter": "^2.7.3"
  },
  "devDependencies": {
    "@types/node": "^16.10.9",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "eslint": "^8.0.1",
    "homebridge": "^1.3.5",
    "nodemon": "^2.0.13",
    "rimraf": "^3.0.2",
    "ts-node": "^10.3.0",
    "typescript": "^4.4.4"
  },
  "engines": {
    "homebridge": ">=1.3.4",
    "node": ">=14.7.6"
  },
  "homepage": "https://github.com/Dzebcuks/homebridge-solaredge-inverter-fixed-battery#readme"
}
