{
    "name":"adaptorex-mqtt",
    "adaptorex":{
        "name":"mqtt",
        "title":"MQTT Client"
    },
    "version":"1.0.0",
    "description":"Connect an MQTT Broker to your adaptor:ex game, send messages and handle incoming messages from other mqtt clients.",
    "main": "mqtt.js",
    "homepage": "https://docs.adaptorex.org/basics/plugins/mqtt.html",
    "license": "MIT",
    "dependencies": {
        "mqtt": "^4.3.7"
    }
}