mpesa-kit
Version:
A flexible and dynamic Node.js SDK for Safaricom M-Pesa API (Daraja API).
31 lines (30 loc) • 690 B
JSON
{
"name": "mpesa-kit",
"version": "1.0.1",
"description": "A flexible and dynamic Node.js SDK for Safaricom M-Pesa API (Daraja API).",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nv-ms/daraja-sdk.git"
},
"keywords": [
"mpesa",
"daraja",
"sdk",
"payments",
"safaricom",
"nodejs"
],
"author": "nvms kiptoon457@gmil.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/nv-ms/daraja-sdk/issues"
},
"homepage": "https://github.com/nv-ms/daraja-sdk#readme",
"dependencies": {
"axios": "^1.9.0"
}
}