mpesajs
Version:
A Node.js SDK for seamless integration with M-Pesa payment gateway, providing easy-to-use methods for handling transactions, payments, and API interactions
59 lines • 1.33 kB
JSON
{
"name": "mpesajs",
"version": "1.0.2",
"description": "A Node.js SDK for seamless integration with M-Pesa payment gateway, providing easy-to-use methods for handling transactions, payments, and API interactions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc ",
"prepublishOnly": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kiflomm/mpesajs.git"
},
"keywords": [
"mpesa",
"payment-gateway",
"nodejs-sdk",
"mobile-money",
"api-integration",
"transactions",
"payments",
"ethiopia",
"safaricom",
"fintech",
"e-commerce",
"mobile-payments",
"africa",
"payment-processing",
"nodejs"
],
"author": "kiflom berihu",
"files": [
"dist"
],
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/kiflomm/mpesajs/issues"
},
"homepage": "https://docs-mpesajs.vercel.app",
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.10",
"jest": "^29.7.0",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
},
"dependencies": {
"axios": "^1.8.3",
"base-64": "^1.0.0",
"dotenv": "^16.4.7"
},
"bin": {
"mpesajs": "./dist/cli.js"
}
}