iobroker.netatmo-energy
Version:
Get and set data using Netatmo Energy API
125 lines (124 loc) • 3.62 kB
JSON
{
"name": "iobroker.netatmo-energy",
"version": "2.8.2",
"engines": {
"node": ">=20"
},
"description": "Get and set data using Netatmo Energy API",
"author": "ioKlausi <nii@gmx.at>",
"homepage": "https://github.com/Homemade-Disaster/ioBroker.netatmo-energy",
"license": "MIT",
"keywords": [
"netatmo",
"energy",
"thermostat",
"climate",
"temperature",
"ioBroker"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Homemade-Disaster/ioBroker.netatmo-energy.git"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.3",
"abort-controller": "^3.0.0",
"axios": "^1.7.9",
"cloneextend": "^0.0.3",
"fetch": "^1.1.0",
"flat": "^6.0.1",
"is-plain-obj": "^4.1.0",
"jquery": "^3.7.1",
"json-schema": "^0.4.0",
"node-ical": "^0.20.1",
"rrule": "^2.8.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",
"@eslint/js": "^9.19.0",
"@iobroker/adapter-dev": "^1.4.0",
"@iobroker/eslint-config": "^1.0.0",
"@iobroker/legacy-testing": "^2.0.2",
"@iobroker/testing": "^5.0.4",
"@tsconfig/node18": "^18.2.4",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "^7.1.8",
"@types/jquery": "^3.5.32",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.3",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"chai-string": "^1.5.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"luxon": "^3.5.0",
"mocha": "^10.8.2",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"typescript": "~5.7.2"
},
"main": "main.js",
"files": [
"admin/",
"!admin/**/*.map",
"admin{,/!(i18n)/**}/flat.txt",
"docs/",
"lib/",
"!lib/**/*.{sh,bat,log}",
"!lib/**/restore.json",
"!.dev-server",
"!.vscode",
"!.mount",
"!.github",
"!.git",
"!.DS_Store",
"!.gitignore",
"!.gitattributes",
"!node_modules",
"!tasks",
"!.idea",
"!test",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test": "npm run test:js && npm run test:package",
"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",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint -c eslint.config.mjs .",
"translate": "translate-adapter",
"build": "build-adapter",
"test:rule": "mocha test/rule --exit",
"test:gui": "mocha test/*.gui.js --exit",
"update-packages": "ncu --upgrade && cd src && ncu --upgrade && cd ..",
"npm": "npm i && cd src && npm i -f && cd .."
},
"bugs": {
"url": "https://github.com/Homemade-Disaster/ioBroker.netatmo-energy/issues"
},
"directories": {
"lib": "lib",
"test": "test"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
}
}