{
  "name": "meross-iot",
  "version": "0.10.0",
  "description": "Control Meross cloud devices using nodejs",
  "author": "Abe Haverkamp",
  "contributors": [
    "Ingo Fischer <iobroker@fischer-ka.de>"
  ],
  "homepage": "https://github.com/Doekse/merossiot#readme",
  "license": "MIT",
  "keywords": [
    "meross",
    "iot",
    "smart-home",
    "home-automation",
    "mqtt",
    "wlan",
    "smart-plug",
    "smart-switch",
    "smart-light",
    "thermostat",
    "garage-door",
    "roller-shutter",
    "homey",
    "nodejs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Doekse/merossiot.git"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "mqtt": "^5.14.1",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^3.8.0",
    "@alcalzone/release-script-plugin-license": "^3.7.0",
    "eslint": "^9.39.1",
    "typedoc": "^0.28.16"
  },
  "bugs": {
    "url": "https://github.com/Doekse/merossiot/issues"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "lib/",
    "manager/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "release": "release-script",
    "prepublishOnly": "node -e \"require('./index.js')\" && echo 'Package validation passed'",
    "publish:npm": "npm publish --access public",
    "test": "node --test \"test/**/*.test.js\"",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "release-script": {
    "changelog": {
      "file": "CHANGELOG.md",
      "template": "keepachangelog"
    },
    "npm": {
      "publish": false
    }
  }
}
