iobroker.tibberlink
Version:
links tibber API data to be used in ioBroker
89 lines (88 loc) • 2.6 kB
JSON
{
"name": "iobroker.tibberlink",
"version": "4.5.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": "https://github.com/hombach/ioBroker.tibberlink.git"
},
"engines": {
"node": ">= 18.18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.3",
"axios": "^1.8.4",
"cron": "^4.1.0",
"date-fns": "^4.1.0",
"tibber-api": "^5.2.1"
},
"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/eslint-config": "^2.0.1",
"@iobroker/testing": "^5.0.3",
"@iobroker/types": "^7.0.6",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^8.0.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.11",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.4",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.5.0",
"chai-as-promised": "^8.0.1",
"mocha": "^11.1.0",
"proxyquire": "^2.1.3",
"sinon": "^19.0.4",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "~5.8.2"
},
"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",
"clean-loc-temp": "clean-dir %temp%/test-iobroker.tibberlink",
"test": "npm run clean-loc-temp && npm run test:ts && npm run test:package && npm run test:integration",
"check": "tsc --noEmit",
"lint": "eslint -c eslint.config.mjs .",
"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"
}