{
  "name": "iobroker.lg-thinq",
  "version": "1.2.0",
  "description": "Adapter for LG ThinQ",
  "author": {
    "name": "TA2k",
    "email": "tombox2020@gmail.com"
  },
  "homepage": "https://github.com/TA2k/ioBroker.lg-thinq",
  "license": "MIT",
  "keywords": [
    "lg",
    "thinq",
    "ioBroker"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/TA2k/ioBroker.lg-thinq"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.3.2",
    "aws-iot-device-sdk": "^2.2.16",
    "axios": "^1.16.1",
    "json-bigint": "^1.0.0",
    "luxon": "^3.7.2",
    "node-forge": "^1.4.0",
    "qs": "^6.15.2",
    "uuid": "^14.0.0"
  },
  "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",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/eslint-config": "^2.3.4",
    "@iobroker/testing": "^5.2.2",
    "@tsconfig/node22": "^22.0.5",
    "@types/luxon": "^3.7.1",
    "@types/node": "^22.19.19",
    "@types/node-forge": "^1.3.14",
    "@types/qs": "^6.15.1",
    "@types/uuid": "^11.0.0",
    "typescript": "~6.0.3"
  },
  "main": "main.js",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).json",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
    "lib/",
    "docs/",
    "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: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 -c eslint.config.mjs .",
    "translate": "translate-adapter",
    "release": "release-script",
    "release-patch": "release-script patch --yes",
    "release-minor": "release-script minor --yes",
    "release-major": "release-script major --yes"
  },
  "bugs": {
    "url": "https://github.com/TA2k/ioBroker.lg-thinq/issues"
  },
  "readmeFilename": "README.md"
}
