UNPKG

afrimomo-sdk

Version:

A unified SDK for African payment providers

77 lines (76 loc) 1.69 kB
{ "name": "afrimomo-sdk", "version": "0.3.2", "description": "A unified SDK for African payment providers", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.js", "default": "./dist/index.js" } }, "scripts": { "build": "rimraf dist && tsc", "dev": "tsc --watch", "clean": "rimraf dist", "format": "biome format --write .", "lint": "biome check .", "lint:fix": "biome check --apply .", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "payment", "africa", "fintech", "pawapay", "paychangu", "onekhusa", "mobile-money", "disbursement", "collection" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.6.7", "dotenv": "^16.4.5", "pino": "^8.19.0", "pino-pretty": "^10.3.1" }, "devDependencies": { "@biomejs/biome": "1.5.3", "@types/node": "^20.11.24", "@types/pino": "^7.0.5", "jest": "^29.7.0", "rimraf": "^5.0.5", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "dist/**/*.d.ts", "LICENSE", "README.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/joelfickson/afrimomo.git", "directory": "packages/sdk" }, "bugs": { "url": "https://github.com/joelfickson/afrimomo/issues" }, "homepage": "https://github.com/joelfickson/afrimomo#readme" }