UNPKG

iobroker.plenticore-g3

Version:

Adapter to communicate with a KOSTAL Plenticore Plus via local network (non-modbus)

85 lines (84 loc) 2.6 kB
{ "name": "iobroker.plenticore-g3", "version": "1.0.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": ">= 22" }, "dependencies": { "@iobroker/adapter-core": "^3.4.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/build-tools": "^3.0.1", "@iobroker/dev-server": "^0.8.0", "@iobroker/eslint-config": "^2.3.4", "@iobroker/testing": "^5.2.2", "@iobroker/types": "^7.1.1", "@sinonjs/referee-sinon": "^12.0.1", "@tsconfig/node22": "^22.0.5", "@types/node": "^22.13.14", "coffee-script": "^1.12.7", "globals": "^17.6.0", "jsverify": "^0.8.4", "knuth-shuffle": "^1.0.8", "proxyquire": "^2.1.3", "typescript": "^6.0.3" }, "overrides": { "picomatch": "^4.0.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" }