iobroker.tado
Version:
Tado cloud connector to control Tado devices
75 lines (74 loc) • 2.12 kB
JSON
{
"name": "iobroker.tado",
"version": "0.7.9",
"description": "Tado cloud connector to control Tado devices",
"author": "HGlab01 <myiobrokeradapters@gmail.com> & DutchmanNL <oss@drozmotix.eu>",
"homepage": "https://github.com/DrozmotiX/ioBroker.tado",
"license": "MIT",
"keywords": [
"ioBroker",
"energy",
"tado",
"thermostat",
"climate",
"temperature"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DrozmotiX/ioBroker.tado.git"
},
"dependencies": {
"@esm2cjs/is-online": "^10.0.0",
"@iobroker/adapter-core": "^3.2.3",
"axios": "^1.8.4",
"https": "^1.0.0",
"iobroker-jsonexplorer": "^0.1.16"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.0.0",
"@iobroker/testing": "^5.0.4",
"@types/chai": "^5.2.1",
"@types/chai-as-promised": "^8.0.2",
"@types/gulp": "^4.0.17",
"@types/mocha": "^10.0.10",
"@types/node": "^22.14.1",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.4",
"@types/sinon-chai": "^4.0.0",
"chai": "^5.2.0",
"chai-as-promised": "^8.0.1",
"eslint": "^9.24.0",
"mocha": "^11.1.0",
"proxyquire": "^2.1.3",
"sinon": "^20.0.0",
"sinon-chai": "^4.0.0"
},
"engines": {
"node": ">=18"
},
"main": "main.js",
"scripts": {
"release": "release-script",
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint"
},
"bugs": {
"url": "https://github.com/DrozmotiX/ioBroker.tado/issues"
},
"readmeFilename": "README.md",
"files": [
"admin/",
"lib/*.js",
"main.js",
"io-package.json",
"LICENSE",
"*.md"
]
}