{
  "name": "iobroker.sonoff",
  "description": "The adapter allows to send and receive MQTT messages from ioBroker and to be a broker.",
  "version": "3.3.0",
  "author": "bluefox <dogafox@gmail.com>",
  "homepage": "https://github.com/ioBroker/ioBroker.sonoff",
  "repository": {
    "type": "git",
    "url": "https://github.com/ioBroker/ioBroker.sonoff"
  },
  "keywords": [
    "ioBroker",
    "sonoff",
    "MQTT",
    "tasmota",
    "esp"
  ],
  "dependencies": {
    "@iobroker/adapter-core": "^3.3.2",
    "mqtt-connection": "^4.1.0"
  },
  "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",
    "@iobroker/adapter-dev": "^1.4.0",
    "@iobroker/eslint-config": "^2.1.0",
    "@iobroker/legacy-testing": "^2.0.2",
    "@iobroker/testing": "^5.1.1",
    "chai": "^4.5.0",
    "mocha": "^11.7.2",
    "mqtt": "^5.14.0"
  },
  "bugs": {
    "url": "https://github.com/ioBroker/ioBroker.sonoff/issues"
  },
  "main": "main.js",
  "files": [
    "main.js",
    "admin/",
    "lib/",
    "io-package.json",
    "LICENSE"
  ],
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha --exit",
    "lint": "eslint -c eslint.config.mjs .",
    "release": "release-script",
    "release-patch": "release-script patch --yes",
    "release-minor": "release-script minor --yes",
    "release-major": "release-script major --yes",
    "update-packages": "ncu --upgrade",
    "translate": "translate-adapter"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "MIT"
}
