{
  "name": "iobroker.gree-hvac",
  "version": "3.0.3",
  "description": "Adapter for Gree and C&H conditioners",
  "author": {
    "name": "Serhiy Krasovskyy",
    "email": "xhunter74@gmail.com"
  },
  "homepage": "https://github.com/XHunter74/ioBroker.gree-hvac",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "Smart Home",
    "home automation",
    "Gree",
    "C&H",
    "climate",
    "HVAC",
    "air conditioner",
    "conditioner"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/XHunter74/ioBroker.gree-hvac"
  },
  "engines": {
    "node": ">= 22"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.3.2",
    "@iobroker/types": ">=6.0.11"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.2.0",
    "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
    "@alcalzone/release-script-plugin-license": "^5.2.0",
    "@alcalzone/release-script-plugin-manual-review": "^5.2.0",
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^9.39.4",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/eslint-config": "^2.3.4",
    "@iobroker/testing": "^5.2.2",
    "@tsconfig/node22": "^22.0.0",
    "@types/jquery": "^4.0.0",
    "@types/node": "^22",
    "@types/proxyquire": "^1.3.31",
    "@typescript-eslint/eslint-plugin": "^8.60.0",
    "@typescript-eslint/parser": "^8.60.0",
    "chai": "^4.5.0",
    "chai-as-promised": "^7.1.2",
    "eslint": "^10.4.0",
    "sinon-chai": "^3.7.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsdoc": "^62.9.0",
    "eslint-plugin-prettier": "^5.5.6",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.1.1",
    "eslint-plugin-unicorn": "^64.0.0",
    "globals": "^17.6.0",
    "prettier": "^3.8.3",
    "proxyquire": "^2.1.3",
    "rimraf": "^6.1.3",
    "typescript": "~6.0.3",
    "typescript-eslint": "^8.60.0"
  },
  "main": "build/main.js",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js,eot,ttf,woff,woff2}",
    "build/",
    "www/",
    "io-package.json",
    "LICENSE"
  ],
  "scripts": {
    "prebuild": "rimraf ./build",
    "build": "build-adapter ts",
    "watch": "build-adapter ts --watch",
    "test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test|src)/**/*.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",
    "test:unit": "mocha test/unit --exit",
    "check": "tsc --noEmit",
    "lint": "eslint src",
    "translate": "translate-adapter",
    "release": "release-script"
  },
  "bugs": {
    "url": "https://github.com/XHunter74/ioBroker.gree-hvac/issues"
  },
  "readmeFilename": "README.md"
}
