UNPKG

iobroker.apg-info

Version:
77 lines (76 loc) 1.94 kB
{ "name": "iobroker.apg-info", "version": "0.1.27", "author": { "name": "HGlab01", "email": "myiobrokeradapters@gmail.com" }, "license": "MIT", "engines": { "node": ">=20.0.0" }, "main": "main.js", "repository": { "type": "git", "url": "git+https://github.com/HGlab01/ioBroker.apg-info.git" }, "bugs": { "url": "https://github.com/HGlab01/ioBroker.apg-info/issues" }, "homepage": "https://github.com/HGlab01/ioBroker.apg-info", "keywords": [ "ioBroker", "APG", "Austrian Power Grid", "Stromspitzen", "Powermonitor", "Spitzenzeiten", "Hochlast", "Day ahead", "PHELIX-AT Day-Ahead", "PHELIX-DE Day-Ahead", "EPEX Spot", "Strompreis", "EXAA", "Strompreis" ], "dependencies": { "@esm2cjs/is-online": "^10.0.0", "@iobroker/adapter-core": "^3.3.2", "axios": "^1.13.1", "cheerio": "^1.1.2", "iobroker-jsonexplorer": "^0.2.2", "xml-js": "^1.6.11" }, "description": "APG Info", "devDependencies": { "@alcalzone/release-script": "^5.0.0", "@alcalzone/release-script-plugin-iobroker": "^4.0.0", "@alcalzone/release-script-plugin-license": "^4.0.0", "@iobroker/adapter-dev": "^1.5.0", "@iobroker/eslint-config": "^2.2.0", "@iobroker/testing": "^5.1.1", "@types/gulp": "^4.0.18", "@types/node": "^24.10.0", "@types/proxyquire": "^1.3.31", "proxyquire": "^2.1.3" }, "scripts": { "lint": "eslint -c eslint.config.mjs .", "test": "npm run test:js && npm run test:package", "test:integration": "mocha test/integration --exit", "test:js": "mocha --opts test/mocha.custom.opts", "test:package": "mocha test/package --exit", "test:unit": "mocha test/unit --exit", "release": "release-script", "translate": "translate-adapter" }, "files": [ "admin/", "lib/*.js", "main.js", "io-package.json", "LICENSE", "*.md" ] }