-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 927 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mtn-momo-api",
"version": "1.0.8",
"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"
}
}