{
  "name": "@johntad/m-pesa",
  "version": "1.0.0",
  "description": "A TypeScript SDK for integrating M-Pesa mobile payment services into applications, enabling seamless money transfers and transactions.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "m-pesa",
    "mpesa",
    "mobile-money",
    "financial-services",
    "typescript",
    "sdk",
    "payments",
    "money-transfer",
    "safaricom",
    "mobile-finance",
    "africa",
    "digital-wallet",
    "api",
    "payment-gateway",
    "mobile-banking",
    "mobile-payments",
    "transaction",
    "finance",
    "money",
    "nodejs"
  ],
  "author": "John Tad",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.7.9"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "@orama/tokenizers": "^3.0.4",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.3",
    "eslint": "^9.17.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "globals": "^15.14.0",
    "jest": "^29.7.0",
    "prettier": "^3.4.2",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.19.0"
  }
}
