{
  "name": "bosch-xmpp",
  "version": "2.0.0",
  "description": "Bosch XMPP protocol library and command line interface",
  "main": "index.js",
  "keywords": [
    "bosch",
    "easyremote",
    "easycontrol",
    "rrc",
    "bosch easyremote",
    "bosch easycontrol",
    "bosch rrc",
    "ivt",
    "ivt anywhere",
    "nefit",
    "easy",
    "nefit easy",
    "buderus",
    "tc100",
    "junkers",
    "junkers control",
    "ct100",
    "ct200",
    "worcester",
    "worcester wave",
    "km50",
    "km100",
    "km200",
    "lani",
    "lan2"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robertklep/bosch-xmpp.git"
  },
  "bin": {
    "bosch-xmpp": "./bin/bosch-xmpp"
  },
  "engines": {
    "node": ">=16"
  },
  "author": "Robert Klep <robert@klep.name>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/robertklep/bosch-xmpp/issues"
  },
  "homepage": "https://github.com/robertklep/bosch-xmpp#readme",
  "dependencies": {
    "@xmpp/client": "^0.14.0",
    "@xmpp/xml": "^0.14.0",
    "cors": "^2.8.5",
    "debug": "^4.4.0",
    "docopt": "^0.6.2",
    "dotenv": "^16.4.0",
    "express": "^4.21.0",
    "http-string-parser": "0.0.5",
    "morgan": "^1.10.0",
    "promise-queue": "^2.2.5"
  }
}
