pawapay-nodejs-sdk
Version:
Unofficial Node.js SDK for the PawaPay Merchant API v2. Simplify Mobile Money integrations (Deposits, Payouts, Refunds, status checks, provider prediction) with this type-safe TypeScript client.
56 lines (55 loc) • 1.36 kB
JSON
{
"name": "pawapay-nodejs-sdk",
"version": "2.0.0",
"description": "Unofficial Node.js SDK for the PawaPay Merchant API v2. Simplify Mobile Money integrations (Deposits, Payouts, Refunds, status checks, provider prediction) with this type-safe TypeScript client.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest",
"prepublishOnly": "npm run build && npm test"
},
"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 money payment",
"mobile money",
"payments",
"sdk",
"api",
"client",
"nodejs",
"typescript",
"africa",
"zambia",
"mtn",
"airtel"
],
"author": "Michael Ngiri <michaelngiri@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.18.1",
"uuid": "^11.1.1"
},
"devDependencies": {
"@types/node": "^22.15.3",
"@types/uuid": "^10.0.0",
"dotenv": "^17.2.3",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
}
}