zakat-calculator-api
Version:
A simple NPM package to calculate Zakat based on different asset types.
22 lines (21 loc) • 408 B
JSON
{
"name": "zakat-calculator-api",
"version": "1.0.3",
"description": "A simple NPM package to calculate Zakat based on different asset types.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"keywords": [
"zakat",
"islamic",
"calculator",
"charity",
"finance"
],
"author": "Ravi",
"license": "MIT",
"dependencies": {
"express": "^4.18.2"
}
}