{
  "name": "iobroker.hoover",
  "version": "0.1.4",
  "description": "Adapter for hoover devices",
  "author": {
    "name": "TA2k",
    "email": "tombox2020@gmail.com"
  },
  "homepage": "https://github.com/TA2k/ioBroker.hoover",
  "license": "MIT",
  "keywords": [
    "hoover",
    "hon"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/TA2k/ioBroker.hoover"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.2.3",
    "aws-iot-device-sdk": "^2.2.15",
    "axios": "^1.7.9",
    "http-cookie-agent": "^6.0.8",
    "json-bigint": "^1.0.0",
    "json2iob": "^2.6.16",
    "qs": "^6.14.0",
    "tough-cookie": "^5.1.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/eslintrc": "^3.2.0",
    "@eslint/js": "^9.20.0",
    "@iobroker/testing": "^5.0.3",
    "@types/node": "^22.13.1",
    "eslint": "^9.20.0",
    "globals": "^15.14.0",
    "typescript": "^5.7.3"
  },
  "main": "main.js",
  "engines": {
    "node": ">=14.0.0"
  },
  "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: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",
    "release": "release-script --all"
  },
  "bugs": {
    "url": "https://github.com/TA2k/ioBroker.hoover/issues"
  },
  "readmeFilename": "README.md"
}
