iobroker.husqvarna-automower
Version:
This adapter for uses the Husqvarna API to request data for your Husqvarna Automower via the connect module.
80 lines • 2.35 kB
JSON
{
"name": "iobroker.husqvarna-automower",
"version": "0.5.0",
"description": "This adapter for uses the Husqvarna API to request data for your Husqvarna Automower via the connect module.",
"author": {
"name": "ice987987",
"email": "mathias.frei1@gmail.com"
},
"homepage": "https://github.com/ice987987/ioBroker.husqvarna-automower",
"license": "MIT",
"keywords": [
"ioBroker",
"husqvarna-automower",
"husqvarna",
"automower",
"lawnmower",
"mower"
],
"repository": {
"type": "git",
"url": "https://github.com/ice987987/ioBroker.husqvarna-automower.git"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"axios": "^1.7.7",
"ws": "^8.18.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.3",
"@tsconfig/node18": "^18.2.4",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "^8.0.0",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.1",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.11.0",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
"sinon-chai": "^4.0.0",
"typescript": "^5.6.2"
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"lib/",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"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:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint",
"translate": "translate-adapter"
},
"bugs": {
"url": "https://github.com/ice987987/ioBroker.husqvarna-automower/issues"
},
"readmeFilename": "README.md"
}