{
  "name": "paychangu",
  "version": "2.1.1",
  "description": "A Node.js package to handle payments and mobile money payouts",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "payments",
    "mobile money",
    "payouts",
    "PayChangu"
  ],
  "author": "Roberto Nduayhuoo Frank John Bitah",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "uuid": "^8.3.2"
  }
}