@tecafrik/africa-payment-sdk
Version:
A single SDK to integrate all african payment providers seamlessly
37 lines (36 loc) • 847 B
JSON
{
"name": "@tecafrik/africa-payment-sdk",
"version": "1.2.4",
"description": "A single SDK to integrate all african payment providers seamlessly",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "npx tsc",
"build:watch": "npx tsc --watch"
},
"keywords": [
"africa",
"payment",
"mobile",
"money"
],
"author": "Saalihou Ndiaye",
"license": "MIT",
"dependencies": {
"apisauce": "^3.0.1",
"eventemitter2": "^6.4.9",
"libphonenumber-js": "^1.10.37",
"lodash": "^4.17.21",
"stripe": "^13.8.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.199",
"@types/node": "^20.4.1",
"axios-mock-adapter": "^1.22.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
},
"types": "dist/index.d.ts"
}