@zigasebenik/zte-sms
Version:
A node library to send sms messages using ZTE MF79U modem.
31 lines (30 loc) • 633 B
JSON
{
"name": "@zigasebenik/zte-sms",
"version": "1.2.2",
"description": "A node library to send sms messages using ZTE MF79U modem.",
"main": "modem.js",
"author": "Žiga Šebenik",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sebenik/zte-sms/issues"
},
"homepage": "https://github.com/sebenik/zte-sms",
"repository": {
"type": "git",
"url": "https://github.com/sebenik/zte-sms"
},
"dependencies": {
"lodash.merge": "^4.6.2",
"qs": "^6.14.0"
},
"keywords": [
"sms",
"send",
"modem",
"zte",
"mf79u"
],
"engines" : {
"node" : ">=16.15.0"
}
}