UNPKG

iobroker.tibberlink

Version:

links tibber API data to be used in ioBroker

87 lines (86 loc) 2.53 kB
{ "name": "iobroker.tibberlink", "version": "7.1.1", "description": "links tibber API data to be used in ioBroker", "author": { "name": "Hombach", "email": "tibberlink@homba.ch" }, "homepage": "https://github.com/Hombach/ioBroker.tibberlink", "license": "GPL-3.0-only", "keywords": [ "ioBroker", "power", "energy", "energy supplier", "grid", "Tibber", "ESS" ], "repository": { "type": "git", "url": "git+https://github.com/hombach/ioBroker.tibberlink.git" }, "engines": { "node": ">= 22.18.0" }, "dependencies": { "@iobroker/adapter-core": "^3.3.2", "axios": "^1.16.1", "cron": "^4.4.0", "date-fns": "^4.4.0", "tibber-api": "^5.5.2" }, "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/eslint-config": "^2.3.4", "@iobroker/testing": "^5.2.2", "@iobroker/types": "^7.1.2", "@tsconfig/node22": "^22.0.5", "@types/chai": "^5.2.3", "@types/chai-as-promised": "^8.0.2", "@types/node": "^22.19.19", "@types/proxyquire": "^1.3.31", "@types/sinon-chai": "^4.0.0", "chai": "^6.2.2", "chai-as-promised": "^8.0.2", "sinon-chai": "^4.0.1", "proxyquire": "^2.1.3", "source-map-support": "^0.5.21", "ts-node": "^10.9.2", "typescript": "~6.0.3", "yarn": "^1.22.22" }, "main": "build/main.js", "files": [ "admin/", "build/", "www/", "io-package.json", "LICENSE" ], "scripts": { "build:ts": "tsc -p tsconfig.build.json", "build": "npm run build:ts", "watch:ts": "tsc -p tsconfig.build.json --watch", "watch": "npm run watch:ts", "test:ts": "mocha --config test/mocharc.custom.json src/**/*.test.ts", "test:package": "mocha test/package --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:ts && npm run test:package && npm run test:integration", "check": "tsc --noEmit", "lint": "eslint -c eslint.config.mjs .", "lintdebug": "eslint --debug -c eslint.config.mjs . | more", "translate": "translate-adapter", "make": "npm run lint && npm run build && npm run test", "release": "release-script" }, "bugs": { "url": "https://github.com/Hombach/ioBroker.tibberlink/issues" }, "readmeFilename": "README.md" }