{
  "name": "homematic-rega",
  "version": "1.5.2",
  "description": "Homematic CCU ReGaHSS Remote Script Interface",
  "main": "index.js",
  "engines": {
    "node": ">=10.0.0"
  },
  "engineStrict": true,
  "scripts": {
    "test": "camo-purge ; xo",
    "lintfix": "xo --fix",
    "docs": "cat readme/README.header.md > README.md; jsdoc2md index.js >> README.md; cat readme/README.footer.md >> README.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hobbyquaker/homematic-rega.git"
  },
  "keywords": [
    "eq-3",
    "homematic",
    "ccu",
    "regahss",
    "script",
    "smart home automation"
  ],
  "author": "Sebastian Raff <hobbyquaker@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hobbyquaker/homematic-rega/issues"
  },
  "homepage": "https://github.com/hobbyquaker/homematic-rega#readme",
  "dependencies": {
    "iconv-lite": "^0.6.2",
    "request": "^2.88.2",
    "temp-dir": "^2.0.0",
    "xml2js": "^0.4.23"
  },
  "devDependencies": {
    "camo-purge": "latest",
    "xo": "latest",
    "jsdoc-to-markdown": "latest"
  },
  "xo": {
    "space": 4,
    "ignore": [
      "test.js"
    ],
    "rules":  {
      "unicorn/prevent-abbreviations": "warn"
    }
  }
}
