-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (42 loc) · 969 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
{
"name": "airtel-money-node-sdk",
"version": "1.0.0",
"description": "A Node.js SDK to integrate with Airtel Money API",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Airtel",
"Airtel Money",
"API",
"SDK",
"Payments",
"Node.js",
"Payment Gateway",
"Mobile Money Payments",
"Financial Integration",
"Sandbox",
"Production",
"Callback",
"Bearer Token",
"REST API",
"HTTP Client",
"Node.js",
"Airtel Node SDK",
"Airtel Money Node SDK"
],
"author": "Damiano Chintala",
"homepage": "https://github.com/DamianoSilverhand/airtel-money-node-sdk#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/DamianoSilverhand/airtel-money-node-sdk.git"
},
"license": "MIT",
"dependencies": {
"axios": "^1.7.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"uuid": "^10.0.0"
}
}