{
  "name": "iobroker.hass",
  "version": "1.0.0",
  "description": "Home Assistant",
  "author": {
    "name": "bluefox",
    "email": "dogafox@gmail.com"
  },
  "contributors": [
    {
      "name": "bluefox",
      "email": "dogafox@gmail.com"
    }
  ],
  "homepage": "https://github.com/ioBroker/ioBroker.hass",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "hass",
    "REST API",
    "IoT"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ioBroker/ioBroker.hass"
  },
  "dependencies": {
    "home-assistant-js-websocket": "^1.1.4",
    "websocket": "^1.0.33",
    "ws": "^5.0.0",
    "@iobroker/adapter-core": "^2.4.0"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^1.8.1",
    "gulp": "^4.0.2",
    "mocha": "^8.2.1",
    "chai": "^4.2.0"
  },
  "main": "main.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha --exit",
    "release": "node node_modules/@alcalzone/release-script/bin/release.js"
  },
  "bugs": {
    "url": "https://github.com/ioBroker/ioBroker.hass/issues"
  },
  "readmeFilename": "README.md"
}
