paga-merchant
Version:
Paga is a simple way to send and receive money
25 lines (24 loc) • 445 B
JSON
{
"name": "paga-merchant",
"version": "1.0.4",
"description": "Paga is a simple way to send and receive money",
"main": "PagaMerchantClient.js",
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"payment",
"API",
"naira",
"Paga"
],
"author": "Paga",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"js-sha512": "^0.8.0"
},
"devDependencies": {
"chai": "^4.2.0"
}
}