iobroker.danfoss-ally
Version:
ioBroker adapter for Danfoss Ally™ Cloud API (OAuth2)
53 lines (52 loc) • 1.15 kB
JSON
{
"name": "iobroker.danfoss-ally",
"version": "0.2.13",
"description": "ioBroker adapter for Danfoss Ally™ Cloud API (OAuth2)",
"author": "Stefan Koch <stefan8485@me.com>",
"license": "MIT",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/Stefan8485/ioBroker.danfoss-ally"
},
"keywords": [
"ioBroker",
"Danfoss",
"Ally",
"Heating",
"Thermostat",
"Humidity",
"SmartHome",
"Cloud"
],
"files": [
"main.js",
"lib/",
"admin/",
"io-package.json",
"package.json",
"README.md",
"eslint.config.mjs"
],
"dependencies": {
"@iobroker/adapter-core": "^3.3.2",
"axios": "^1.13.2"
},
"devDependencies": {
"@iobroker/eslint-config": "^2.2.0",
"@iobroker/testing": "^5.1.1",
"eslint": "^9.37.0",
"jsonlint": "^1.6.3"
},
"engines": {
"node": ">=20 <25"
},
"scripts": {
"lint": "eslint .",
"test": "node -e \"console.log('iobroker testing runs in CI')\"",
"test:package": "exit 0",
"test:integration": "exit 0",
"release": "npm version patch && git push --follow-tags",
"translate": "translate-adapter"
}
}