UNPKG

iobroker.tado

Version:

Tado cloud connector to control Tado devices

67 lines (66 loc) 1.94 kB
{ "name": "iobroker.tado", "version": "0.8.4", "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.3.2", "axios": "^1.13.5", "https": "^1.0.0", "iobroker-jsonexplorer": "^0.2.2", "lodash.debounce": "^4.0.8" }, "devDependencies": { "@alcalzone/release-script": "^5.1.1", "@alcalzone/release-script-plugin-iobroker": "^5.1.1", "@alcalzone/release-script-plugin-license": "^5.1.1", "@iobroker/adapter-dev": "^1.5.0", "@iobroker/eslint-config": "^2.2.0", "@iobroker/testing": "^5.2.2", "@types/gulp": "^4.0.18", "@types/node": "^25.3.0", "@types/proxyquire": "^1.3.31", "proxyquire": "^2.1.3" }, "engines": { "node": ">=20.0.0" }, "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 -c eslint.config.mjs ." }, "bugs": { "url": "https://github.com/DrozmotiX/ioBroker.tado/issues" }, "readmeFilename": "README.md", "files": [ "admin/", "lib/*.js", "main.js", "io-package.json", "LICENSE", "*.md" ] }