iobroker.netatmo-energy
Version:
Get and set data using Netatmo Energy API
111 lines (110 loc) • 3.21 kB
JSON
{
"name": "iobroker.netatmo-energy",
"version": "3.0.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.3.2",
"abort-controller": "^3.0.0",
"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",
"rrule": "^2.8.1"
},
"devDependencies": {
"@alcalzone/release-script": "^5.0.0",
"@alcalzone/release-script-plugin-iobroker": "^4.0.0",
"@alcalzone/release-script-plugin-license": "^4.0.0",
"@alcalzone/release-script-plugin-manual-review": "^4.0.0",
"@eslint/js": "^9.39.0",
"@iobroker/adapter-dev": "^1.5.0",
"@iobroker/eslint-config": "^2.2.0",
"@iobroker/legacy-testing": "^2.0.2",
"@iobroker/testing": "^5.2.2",
"@tsconfig/node18": "^18.2.4",
"@types/jquery": "^3.5.33",
"@types/node": "^24.9.2",
"@types/proxyquire": "^1.3.31",
"@types/sizzle": "^2.3.10",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.5.0",
"luxon": "^3.7.2",
"typescript": "~5.9.3"
},
"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:package && npm run test:js",
"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",
"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"
}
}