UNPKG

pawapay-sdk

Version:

A comprehensive TypeScript/JavaScript SDK for integrating with the pawaPay API, enabling seamless mobile money operations such as deposits, payouts, refunds, wallet balance checks, and more.

57 lines 1.4 kB
{ "name": "pawapay-sdk", "version": "0.1.5", "description": "A comprehensive TypeScript/JavaScript SDK for integrating with the pawaPay API, enabling seamless mobile money operations such as deposits, payouts, refunds, wallet balance checks, and more.", "main": "./dist/index.cjs", "types": "./dist/index.d.cts", "exports": { ".": { "import": "./dist/index.cjs", "require": "./dist/index.cjs" } }, "files": [ "dist/", "README.md", "package.json" ], "scripts": { "build": "tsup" }, "repository": { "type": "git", "url": "https://github.com/jonace-mpelule/pawapay-sdk.git" }, "keywords": [ "pawapay", "mobile money", "sdk", "payments", "typescript", "api" ], "author": "Jonace Mpelule <jonacempelule123@gmail.com> (https://github.com/jonace-mpelule)", "license": "MIT", "bugs": { "url": "https://github.com/jonace-mpelule/pawapay-sdk/issues" }, "homepage": "https://github.com/jonace-mpelule/pawapay-sdk#readme", "type": "module", "dependencies": { "axios": "^1.8.4" }, "devDependencies": { "@swc/core": "^1.11.29", "@types/jest": "^29.5.14", "@types/node": "^22.14.0", "eslint": "^9.23.0", "jest": "^29.7.0", "prettier": "^3.5.3", "ts-jest": "^29.3.1", "tsup": "^8.5.0", "typescript": "^5.8.2" }, "engines": { "node": ">=16" } }