{
  "name": "afrimomo-sdk",
  "version": "0.0.1-beta.1",
  "description": "A unified SDK for African payment providers",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rimraf dist",
    "format": "biome format --write .",
    "lint": "biome check .",
    "lint:fix": "biome check --apply .",
    "test": "jest"
  },
  "keywords": [
    "payment",
    "africa",
    "fintech",
    "pawapay",
    "paychangu",
    "mobile-money"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.7",
    "dotenv": "^16.4.5",
    "pino": "^8.19.0"
  },
  "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",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/afrimomo.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/afrimomo/issues"
  },
  "homepage": "https://github.com/yourusername/afrimomo#readme"
}
