@apiverve/loanpaymentcalculator
Version:
Loan Payment Calculator is a simple tool for calculating loan payments. It returns the monthly payment, total interest, and more.
48 lines • 1.18 kB
JSON
{
"name": "@apiverve/loanpaymentcalculator",
"version": "1.1.14",
"description": "Loan Payment Calculator is a simple tool for calculating loan payments. It returns the monthly payment, total interest, and more.",
"main": "index.js",
"types": "index.d.ts",
"sideEffects": false,
"engines": {
"node": ">=14.0.0"
},
"files": [
"index.js",
"index.d.ts",
"LICENSE"
],
"scripts": {
"test": "mocha",
"example": "node examples/basic.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apiverve/loanpaymentcalculator-api.git",
"directory": "npm"
},
"keywords": [
""
],
"author": {
"name": "APIVerve",
"email": "hello@apiverve.com",
"url": "https://apiverve.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/apiverve/loanpaymentcalculator-api/issues"
},
"homepage": "https://apiverve.com/marketplace/loanpaymentcalculator?utm_source=npm&utm_medium=homepage",
"devDependencies": {
"mocha": "^11.0.1",
"chai": "^5.1.2",
"dotenv": "^16.4.7"
},
"dependencies": {
"node-fetch": "^3.3.2",
"promise": "^8.3.0",
"axios": "1.13.2"
}
}