{
  "name": "iobroker.sofarcloud",
  "version": "3.4.3",
  "description": "Reads data from the SofarCloud server",
  "author": {
    "name": "Daniel Luginbühl",
    "email": "webmaster@ltspiceusers.ch"
  },
  "homepage": "https://github.com/ltspicer/ioBroker.sofarcloud",
  "license": "MIT",
  "keywords": [
    "pv",
    "photovoltaik",
    "photovoltaic",
    "inverter",
    "solar",
    "wechselrichter",
    "ioBroker"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ltspicer/ioBroker.sofarcloud.git"
  },
  "engines": {
    "node": ">= 22"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.3.2",
    "axios": "^1.16.0",
    "mqtt": "^5.15.1"
  },
  "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/dev-server": "^0.8.0",
    "@iobroker/eslint-config": "^2.3.4",
    "@iobroker/testing": "^5.2.2",
    "@tsconfig/node22": "^22.0.5",
    "@types/node": "^22.0.0",
    "baseline-browser-mapping": "^2.10.29",
    "typescript": "~6.0.3"
  },
  "main": "main.js",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
    "lib/",
    "www/",
    "io-package.json",
    "LICENSE",
    "main.js"
  ],
  "scripts": {
    "test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
    "test:package": "mocha test/package --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:js && npm run test:package",
    "lint": "eslint -c eslint.config.mjs .",
    "translate": "translate-adapter",
    "release": "release-script",
    "dev-server": "dev-server"
  },
  "bugs": {
    "url": "https://github.com/ltspicer/ioBroker.sofarcloud/issues"
  },
  "readmeFilename": "README.md",
  "allowScripts": {
    "esbuild@0.11.23": true,
    "esbuild@0.25.12": true,
    "protobufjs@7.6.2": true
  }
}
