pawapay-nodejs-sdk
Version:
Unofficial Node.js SDK for the PawaPay Merchant API. Simplify Mobile Money integrations (Deposits, Payouts, Refunds) with this type-safe TypeScript client.
53 lines (52 loc) • 1.27 kB
JSON
{
"name": "pawapay-nodejs-sdk",
"version": "1.0.3",
"description": "Unofficial Node.js SDK for the PawaPay Merchant API. Simplify Mobile Money integrations (Deposits, Payouts, Refunds) with this type-safe TypeScript client.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelNgiri/pawapay-nodejs-sdk.git"
},
"bugs": {
"url": "https://github.com/michaelNgiri/pawapay-nodejs-sdk/issues"
},
"homepage": "https://github.com/michaelNgiri/pawapay-nodejs-sdk#readme",
"keywords": [
"pawapay",
"mobile miney payment",
"mobile money",
"payments",
"sdk",
"api",
"client",
"nodejs",
"typescript",
"africa",
"zambia",
"mtn",
"airtel"
],
"author": "Michael Ngiri <michaelngiri@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.9.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/node": "^22.15.3",
"@types/uuid": "^10.0.0",
"dotenv": "^16.5.0",
"typescript": "^5.8.3"
}
}