UNPKG

financial-calcs

Version:

Reusable financial calculation library for FERS, Social Security, retirement savings, and mortgage amortization

42 lines (41 loc) 951 B
{ "name": "financial-calcs", "version": "1.7.21", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "directories": { "test": "tests" }, "scripts": { "build": "tsc", "test": "vitest" }, "repository": { "type": "git", "url": "git+https://github.com/cloudful-io/financial-calcs.git" }, "author": "Cloudful.io", "license": "MIT", "bugs": { "url": "https://github.com/cloudful-io/financial-calcs/issues" }, "homepage": "https://github.com/cloudful-io/financial-calcs#readme", "description": "Reusable financial calculation library for FERS, Social Security, retirement savings, and mortgage amortization", "keywords": [ "financial", "calculations", "FERS", "Social Security", "retirement", "mortgage" ], "devDependencies": { "@types/node": "^24.3.0", "ts-node": "^10.9.2", "typescript": "^5.9.2", "vitest": "^3.2.4" } }