-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (44 loc) · 941 Bytes
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "mtn-momo-sdk",
"version": "1.2.0",
"description": "A Node.js SDK to integrate with MTN MoMo API",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"MTN",
"MoMo",
"API",
"SDK",
"Payments",
"Node.js",
"Payment Gateway",
"Mobile Money Payments",
"Financial Integration",
"Sandbox",
"Production",
"Callback",
"Bearer Token",
"REST API",
"HTTP Client",
"Node.js",
"MTN Node SDK",
"MTN MoMo Node SDK"
],
"author": "Damiano Chintala",
"homepage": "https://github.com/DamianoSilverhand/mtn-momo-node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/DamianoSilverhand/mtn-momo-node.git"
},
"license": "MIT",
"dependencies": {
"axios": "^1.7.5",
"dotenv": "^16.4.5",
"uuid": "^10.0.0"
}
}