onxy-messaging
Version:
A Node.js module for sending WhatsApp messages using onyxberry.com/services/wapi
23 lines (22 loc) • 561 B
JSON
{
"name": "onxy-messaging",
"version": "1.0.2",
"description": "A Node.js module for sending WhatsApp messages using onyxberry.com/services/wapi",
"main": "onyx-whatsapp-api.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"whatsapp",
"messaging",
"api",
"onyx",
"onyxberry",
"Tasaddaq Hussain"
],
"author": "Tasaddaq Hussain",
"license": "MIT",
"dependencies": {
"axios": "^0.24.0"
}
}