@mcnoble/interest
Version:
A simple interest and compound interest calculator
28 lines (27 loc) • 604 B
JSON
{
"name": "@mcnoble/interest",
"version": "1.0.2",
"description": "A simple interest and compound interest calculator",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest"
},
"keywords": [
"interest",
"finance",
"calculator",
"simple interest",
"compound interest"
],
"author": "Festus Idowu",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mcnoble1/interest.git"
},
"bugs": {
"url": "https://github.com/mcnoble1/interest/issues"
},
"homepage": "https://github.com/mcnoble1/interest#readme"
}