{
    "name": "smithtek-nodered-sms",
    "version": "2.1.0",
    "description": "A Node-RED node for sending SMS via ZTE USB modem.",
    "keywords": ["node-red", "zte", "sms", "modem", "smithtek"],
    "author": "Smithtek",
    "license": "GPL-3.0",
    "dependencies": {
        "node-fetch": "^2.6.7"
    },
    "node-red": {
        "nodes": {
            "zte-sms": "zte-sms.js",
            "zte-sms-reset": "zte-sms-reset.js"
        }
    }
}
