solid-credit
Version:
Solid Credit is an advanced tool designed for the precise generation of loan amortization tables. This library encompasses a variety of loan structures, including the French, German, and American systems, in addition to offering options for grace periods.
64 lines • 1.78 kB
JSON
{
"name": "solid-credit",
"private": false,
"version": "2.0.3",
"description": "Solid Credit is an advanced tool designed for the precise generation of loan amortization tables. This library encompasses a variety of loan structures, including the French, German, and American systems, in addition to offering options for grace periods.",
"workspaces": [
"./src/test",
"./src/global",
"./src/app/*"
],
"main": "./dist/bin/Solid.bin.js",
"scripts": {
"dev": "ts-node ./**/*",
"buils": "npx tsc -p ./src/global/tsconfig.json && npx tsc -p ./bin/tsconfig.bin.json ",
"npx_dev": "npx ts-node src/cv/index.ts ",
"lint": "eslint",
"test-ts": "mocha -r ts-node/register './src/test/bin/**/*.test.ts'",
"test": "mocha -r ts-node/register ./src/**/*.test.ts "
},
"repository": {
"type": "git",
"url": "git@github.com:A-9571-G/solid-credit.git"
},
"keywords": [
"Calculate credit",
"Credit",
"Solid credit",
"grace Periods",
"fixed Payment",
"variable Payment",
"american Payment",
"credit",
"calculator",
"finance",
"loan",
"interest",
"amortization",
"principal",
"monthly-payment",
"interest-rate",
"credit-analysis",
"loan-calculator",
"financial-tool",
"mortgage",
"lending",
"payment-schedule",
"debt",
"credit-simulator",
"banking",
"financial-calculator",
"credit-tool"
],
"author": "'Angel Ortega <codenode.ortega@gmail.com>",
"license": "MIT",
"bin": {},
"devDependencies": {
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.1"
},
"dependencies": {
}
}