astrapay
Version:
AstraPay SDK for integrating M-Pesa STK Push in Node.js applications.
35 lines (34 loc) • 812 B
JSON
{
"name": "astrapay",
"version": "0.1.0",
"description": "AstraPay SDK for integrating M-Pesa STK Push in Node.js applications.",
"main": "index.js",
"scripts": {
"test": "node examples/test.js"
},
"keywords": [
"mpesa",
"stk",
"safaricom",
"payments",
"daraja",
"nodejs",
"astrapay",
"sdk",
"africa"
],
"author": "Astra Softwares <info.astrasoft@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PackagesLibraries/astrapay-js.git"
},
"bugs": {
"url": "https://github.com/PackagesLibraries/astrapay-js/issues"
},
"homepage": "https://github.com/PackagesLibraries/astrapay-js#readme",
"dependencies": {
"axios": "^1.6.7",
"base-64": "^1.0.0"
}
}