{
  "name": "iobroker.govee-smart",
  "version": "2.31.1",
  "description": "Control Govee WiFi devices via LAN, MQTT and Cloud.",
  "author": {
    "name": "krobi",
    "email": "krobi@power-dreams.com"
  },
  "contributors": [
    {
      "name": "Claude (Anthropic)",
      "role": "Coding assistance"
    }
  ],
  "homepage": "https://github.com/krobipd/ioBroker.govee-smart",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "govee",
    "smart home",
    "led",
    "light",
    "sensor",
    "thermometer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/krobipd/ioBroker.govee-smart"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.4.3",
    "mqtt": "^5.15.2",
    "node-forge": "^1.4.0",
    "uuid": "^14.0.2"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.2.1",
    "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
    "@alcalzone/release-script-plugin-license": "^5.2.2",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/build-tools": "^3.0.1",
    "@iobroker/eslint-config": "^2.3.4",
    "@iobroker/testing": "^5.3.0",
    "@tsconfig/node22": "^22.0.5",
    "@types/iobroker": "npm:@iobroker/types@^7.2.2",
    "@types/node": "^22.0.0",
    "@types/node-forge": "^1.3.14",
    "@vitest/coverage-v8": "^5.0.0",
    "iobroker-adapter-checks": "^0.3.0",
    "rimraf": "^6.1.3",
    "ts-node": "^10.9.2",
    "typescript": "~6.0.3",
    "vitest": "^5.0.0"
  },
  "main": "build/main.js",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
    "admin/custom/**",
    "build/lib/**/*.{js,js.map}",
    "build/main.js",
    "build/main.js.map",
    "devices.json",
    "devices.schema.json",
    "io-package.json",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "prebuild": "rimraf build",
    "build": "build-adapter ts",
    "build:admin": "node tasks",
    "publish:manual": "node tasks && npm publish",
    "watch": "build-adapter ts --watch",
    "check": "tsc --noEmit",
    "test:ts": "vitest run",
    "test:unit": "vitest run",
    "test:package": "mocha test/package --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:ts && npm run test:package",
    "coverage": "vitest run --coverage",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "translate": "translate-adapter",
    "release": "release-script",
    "release-patch": "release-script patch --yes --all",
    "release-minor": "release-script minor --yes --all",
    "release-major": "release-script major --yes --all",
    "validate-devices": "ts-node --project tools/tsconfig.json tools/validate-devices.ts",
    "gen-wiki": "ts-node --project tools/tsconfig.json tools/gen-wiki-devices.ts"
  },
  "bugs": {
    "url": "https://github.com/krobipd/ioBroker.govee-smart/issues"
  },
  "overrides": {
    "mocha": {
      "diff": "^8.0.3",
      "serialize-javascript": "^7.0.5"
    },
    "esbuild": ">=0.25.0"
  }
}
