{
  "name": "@iobroker/fix",
  "version": "6.0.1",
  "optionalDependencies": {
    "dotenv": "^16.4.5",
    "windows-shortcuts": "^0.1.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "fs-extra": "^11.2.0",
    "semver": "^7.6.3",
    "yargs": "^17.7.2"
  },
  "files": [
    "img/logos/ioBroker_Logo_Long_Vector.svg",
    "img/architecture.png",
    "lib-npx",
    "install",
    "iob.bat",
    "iobroker.bat",
    "LICENSE"
  ],
  "main": "./lib-npx/install.js",
  "bin": {
    "iobroker": "./lib-npx/install.js"
  },
  "homepage": "http://iobroker.net",
  "description": "automate your life - platform",
  "keywords": [
    "ioBroker",
    "Smarthome",
    "Home Automation",
    "Smart Metering",
    "Homematic",
    "Hue",
    "KNX",
    "Z-Wave",
    "ZigBee",
    "Bidcos",
    "TV",
    "Sonos",
    "AV Receiver"
  ],
  "bugs": {
    "url": "https://github.com/ioBroker/ioBroker/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ioBroker/ioBroker/blob/master/LICENSE"
    }
  ],
  "author": "bluefox <dogafox@gmail.com>",
  "contributors": [
    "bluefox <dogafox@gmail.com>",
    "hobbyquaker",
    "AlCalzone <d.griesel@gmx.net>",
    "Apollon77 <iobroker@fischer-ka.de>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ioBroker/ioBroker"
  },
  "config": {
    "unsafe-perm": true
  },
  "scripts": {
    "deploy": "node node_modules/gulp/bin/gulp.js",
    "make-fix": "node node_modules/gulp/bin/gulp.js fix",
    "release": "release-script",
    "release-patch": "release-script patch --yes",
    "release-minor": "release-script minor --yes",
    "release-major": "release-script major --yes"
  },
  "license": "MIT",
  "devDependencies": {
    "@alcalzone/release-script": "^3.8.0",
    "@alcalzone/release-script-plugin-license": "^3.7.0",
    "eslint": "^8.57.0",
    "mocha": "^10.7.3",
    "chai": "^4.5.0",
    "gulp": "^4.0.2",
    "ssh2": "^1.15.0"
  }
}