mtn-momo-api
Version:
The MTN-Momo-API is an npm package that provides a convenient and simplified way to interact with the MoMo (Mobile Money) API for making financial transactions. It abstracts the complexities of the API and offers a streamlined interface for requesting pay
31 lines (30 loc) • 927 B
JSON
{
"name": "mtn-momo-api",
"version": "1.0.9",
"description": "The MTN-Momo-API is an npm package that provides a convenient and simplified way to interact with the MoMo (Mobile Money) API for making financial transactions. It abstracts the complexities of the API and offers a streamlined interface for requesting payments and retrieving transaction status.",
"main": "momoModule.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"type": "module"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ogwok/mtn-momo.git"
},
"keywords": [
"momo",
"mtn-momo",
"payments"
],
"author": "William Ogwok",
"license": "MIT",
"bugs": {
"url": "https://github.com/ogwok/mtn-momo/issues"
},
"homepage": "https://github.com/ogwok/mtn-momo#readme",
"dependencies": {
"btoa": "^1.2.1",
"request": "^2.88.2",
"uuid": "^9.0.0"
}
}