mtn-madapi
Version:
Implementation of MTN MADAPI for SMS,USSD, etc.
39 lines (38 loc) • 975 B
JSON
{
"name": "mtn-madapi",
"version": "1.1.5",
"description": "Implementation of MTN MADAPI for SMS,USSD, etc.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/tm30/vas-aggregator-platform/backend/mtn-madapi.git"
},
"keywords": [
"SMS",
"USSD",
"MADAPI",
"telecommunication"
],
"author": "Adeyemo Peter",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/tm30/vas-aggregator-platform/backend/mtn-madapi/issues"
},
"homepage": "https://gitlab.com/tm30/vas-aggregator-platform/backend/mtn-madapi#readme",
"dependencies": {
"axios": "^0.27.2",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.0.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1",
"qs": "^6.11.0",
"uuid": "^9.0.1"
}
}