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.
17 lines • 387 B
JSON
{
"name": "global",
"version": "1.0.0",
"description": "proyecto global",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts"
},
"author": "Rafael",
"license": "ISC",
"devDependencies": {
"typescript": "5.1.6",
"ts-node": "10.4.0"
}
}