iobroker.e3dc-rscp
Version:
Control E3/DC power station via RSCP
76 lines (75 loc) • 2.19 kB
JSON
{
"name": "iobroker.e3dc-rscp",
"version": "1.4.4",
"description": "Control E3/DC power station via RSCP",
"author": {
"name": "Ulrich Kick",
"email": "iobroker@kick-web.de"
},
"homepage": "https://github.com/git-kick/ioBroker.e3dc-rscp",
"license": "GPL-3.0-only",
"keywords": [
"E3/DC",
"S10",
"power station",
"energy",
"RSCP",
"ioBroker"
],
"repository": {
"type": "git",
"url": "git+https://github.com/git-kick/ioBroker.e3dc-rscp.git"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@iobroker/adapter-core": "^3.3.2",
"@sentry/node": "^8.54.0",
"@sentry/tracing": "^6.14.1",
"crc-32": "^1.2.0",
"html-to-text": "^8.0.0",
"net": "^1.0.2",
"rijndael-js": "^2.0.0",
"source-map-resolve": "^0.6.0"
},
"devDependencies": {
"@alcalzone/release-script": "^5.0.0",
"@alcalzone/release-script-plugin-iobroker": "^4.0.0",
"@alcalzone/release-script-plugin-license": "^4.0.0",
"@alcalzone/release-script-plugin-manual-review": "^4.0.0",
"@iobroker/adapter-dev": "^1.5.0",
"@iobroker/eslint-config": "^2.2.0",
"@iobroker/testing": "^5.2.2",
"@types/node": "^14.17.27",
"@types/proxyquire": "^1.3.28",
"proxyquire": "^2.1.3"
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*).json*",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"lib/",
"www/",
"io-package.json",
"LICENSE",
"main.js",
"helper.js",
"wallbox.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:unit": "mocha test/unit --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 .",
"release": "release-script",
"translate": "translate-adapter"
},
"bugs": {
"url": "https://github.com/git-kick/ioBroker.e3dc-rscp/issues"
},
"readmeFilename": "README.md"
}