{
  "name": "iobroker.hoymiles",
  "version": "0.4.1",
  "description": "ioBroker adapter for Hoymiles HMS inverters with integrated WiFi DTU",
  "type": "module",
  "main": "build/main.js",
  "files": [
    "build/",
    "admin/",
    "io-package.json",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Eistee82/ioBroker.hoymiles.git"
  },
  "bugs": {
    "url": "https://github.com/Eistee82/ioBroker.hoymiles/issues"
  },
  "homepage": "https://github.com/Eistee82/ioBroker.hoymiles#readme",
  "scripts": {
    "build": "tsc -p tsconfig.build.json && copyfiles -u 1 \"src/lib/proto/*.proto\" build/",
    "watch": "tsc -p tsconfig.build.json --watch",
    "clean": "rimraf build/",
    "lint": "eslint src/ test/",
    "lint:fix": "eslint src/ test/ --fix",
    "check": "tsc --noEmit",
    "pretest": "npm run build",
    "test:package": "mocha test/package.cjs --exit",
    "test:unit": "c8 --lines 80 --branches 70 --functions 80 mocha \"test/*.test.js\" --exit",
    "test:integration": "mocha test/integration.cjs --exit",
    "test": "npm run test:package && npm run test:unit",
    "prepublishOnly": "npm run build",
    "release": "release-script in npm this --hierarchical",
    "translate": "translate-adapter",
    "test:repo": "npx --yes @iobroker/repochecker https://github.com/Eistee82/ioBroker.hoymiles --local"
  },
  "keywords": [
    "ioBroker",
    "hoymiles",
    "solar",
    "inverter",
    "photovoltaic",
    "HMS",
    "dtu"
  ],
  "author": "Eistee",
  "license": "MIT",
  "dependencies": {
    "@iobroker/adapter-core": "^3.4.1",
    "argon2": "^0.44.0",
    "protobufjs": "^8.7.0"
  },
  "overrides": {
    "@iobroker/adapter-dev": {
      "protobufjs": "^7.6.3"
    },
    "mocha": {
      "serialize-javascript": "^7.0.5"
    },
    "axios": {
      "form-data": "^4.0.6"
    },
    "deepl-node": {
      "form-data": "^3.0.5"
    }
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.2.1",
    "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
    "@alcalzone/release-script-plugin-license": "^5.2.0",
    "@alcalzone/release-script-plugin-manual-review": "^5.2.0",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/eslint-config": "^2.3.4",
    "@iobroker/testing": "^5.2.2",
    "@tsconfig/node22": "^22.0.5",
    "@types/node": "^22.20.0",
    "c8": "^11.0.0",
    "copyfiles": "^2.4.1",
    "eslint-plugin-mocha": "^11.2.0",
    "rimraf": "^6.1.3",
    "typescript": "~5.7.0"
  },
  "engines": {
    "node": ">=22.11.0"
  }
}
