{
  "name": "iobroker.growatt",
  "version": "3.2.4",
  "description": "ioBroker Growatt Adapter to communiacte with ShineAPI",
  "author": {
    "name": "PLCHome"
  },
  "homepage": "https://github.com/PLCHome/ioBroker.growatt",
  "license": "MIT",
  "keywords": [
    "growatt",
    "shine",
    "shinephone",
    "shineapi",
    "ioBroker",
    "smart home",
    "solarenergy",
    "home automation",
    "solar power",
    "solar power plant",
    "solaranlage"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/PLCHome/ioBroker.growatt"
  },
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.1.6",
    "growatt": "^0.7.4"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^3.7.0",
    "@iobroker/testing": "^4.1.3",
    "axios": "^1.7.2",
    "chai": "^5.1.1",
    "eslint": "^8.56.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prettier": "^5.1.3",
    "gulp": "^5.0.0",
    "mocha": "^10.6.0",
    "prettier": "^3.3.2"
  },
  "main": "growattMain.js",
  "scripts": {
    "lint": "eslint . --ext .js",
    "lint:fix": "eslint . --ext .js --fix",
    "test:package": "mocha test/package --exit",
    "test:integration": "mocha test/integration --exit",
    "release": "release-script"
  },
  "bugs": {
    "url": "https://github.com/PLCHome/ioBroker.growatt/issues"
  },
  "readmeFilename": "README.md"
}
