iobroker.plenticore-g3
Version:
Adapter to communicate with a KOSTAL Plenticore Plus via local network (non-modbus)
79 lines (78 loc) • 2.47 kB
JSON
{
"name": "iobroker.plenticore-g3",
"version": "0.1.1",
"description": "Adapter to communicate with a KOSTAL Plenticore Plus via local network (non-modbus)",
"author": {
"name": "fernetmenta",
"email": "fernetmenta@online.de"
},
"homepage": "https://github.com/FernetMenta/ioBroker.plenticore-g3",
"license": "MIT",
"keywords": [
"ioBroker",
"kostal",
"inverter",
"plenticore",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/FernetMenta/ioBroker.plenticore-g3"
},
"engines": {
"node": ">= 20"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.3",
"@iobroker/adapter-react-v5": "^7.6.3"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/adapter-dev": "^1.4.0",
"@iobroker/build-tools": "^2.0.15",
"@iobroker/dev-server": "^0.7.8",
"@iobroker/eslint-config": "^1.0.0",
"@iobroker/testing": "^5.0.4",
"@sinonjs/referee-sinon": "^12.0.0",
"chai-as-promised": "^8.0.1",
"jsverify": "^0.8.4",
"knuth-shuffle": "^1.0.8",
"mocha": "^11.1.0",
"proxyquire": "^2.1.3"
},
"main": "main.js",
"files": [
"admin{,/!(src-admin)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src-admin)/**}/*.{html,css,png,svg,jpg,js}",
"admin/build/",
"lib/",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test|src-admin)/**/*.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",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint -c eslint.config.mjs .",
"translate": "translate-adapter",
"release": "release-script",
"dev-server": "dev-server",
"0-clean": "node tasks --0-clean",
"1-npm": "node tasks --1-npm",
"2-build": "node tasks --2-build",
"3-copy": "node tasks --3-copy",
"4-patch": "node tasks --4-patch",
"build": "node tasks"
},
"bugs": {
"url": "https://github.com/FernetMenta/ioBroker.plenticore-g3/issues"
},
"readmeFilename": "README.md"
}