tranxs
Version:
tranxs is a powerful and easy-to-use Node.js library for integrating M-Pesa payment services into your application. It provides seamless support for all major M-Pesa transactions, including STK Push, B2C, B2B, C2B, Reversal, Account Balance, and Transacti
27 lines • 944 B
JSON
{
"name": "tranxs",
"version": "1.0.8",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mpesa",
"safaricom",
"payments",
"transactions",
"daraja"
],
"author": "Washingtone Jalang'O Otieno",
"license": "ISC",
"description": "tranxs is a powerful and easy-to-use Node.js library for integrating M-Pesa payment services into your application. It provides seamless support for all major M-Pesa transactions, including STK Push, B2C, B2B, C2B, Reversal, Account Balance, and Transaction Status queries. Whether you're building a fintech application, e-commerce platform, or any system requiring mobile payments, tranxs simplifies M-Pesa's complex APIs with an intuitive interface.",
"dependencies": {
"axios": "^1.8.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"dotenv": "^16.4.7",
"nodemon": "^3.1.7"
}
}