iobroker.tibberlink
Version: 
links tibber API data to be used in ioBroker
88 lines (87 loc) • 2.51 kB
JSON
{
  "name": "iobroker.tibberlink",
  "version": "5.0.3",
  "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": ">= 20.9.0"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.3.2",
    "axios": "^1.12.2",
    "cron": "^4.3.3",
    "date-fns": "^4.1.0",
    "tibber-api": "^5.3.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.1.0",
    "@iobroker/testing": "^5.1.1",
    "@iobroker/types": "^7.0.7",
    "@types/chai": "^4.3.11",
    "@types/chai-as-promised": "^8.0.2",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.5.0",
    "@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.2",
    "mocha": "^11.7.2",
    "proxyquire": "^2.1.3",
    "sinon": "^21.0.0",
    "sinon-chai": "^3.7.0",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.2",
    "typescript": "~5.9.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",
    "test": "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"
}