paystack-fee-calculator
Version:
Paystack fee calculator
36 lines (35 loc) • 777 B
JSON
{
"name": "paystack-fee-calculator",
"version": "0.1.1",
"description": "Paystack fee calculator",
"main": "index.js",
"scripts": {
"build": "tsc",
"pretest": "jest --clearCache",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuadop/paystack-fee-calculator.git"
},
"keywords": [
"paystack",
"calculator",
"fee",
"fintech",
"money",
"financial"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuadop/paystack-fee-calculator/issues"
},
"homepage": "https://github.com/fuadop/paystack-fee-calculator#readme",
"devDependencies": {
"@types/jest": "^27.0.3",
"jest": "^27.4.5",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
}
}