UNPKG

cashflowjs

Version:

Utility functions for time value of money calculations

60 lines (59 loc) 1.22 kB
{ "name": "cashflowjs", "version": "1.1.0", "description": "Utility functions for time value of money calculations", "main": "src/index.js", "types": "types/index.d.ts", "files": [ "src/", "types/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/rjwehrle/cashflowjs.git" }, "scripts": { "test": "npx mocha", "lint": "npx @biomejs/biome lint src test --apply", "format": "npx @biomejs/biome format src test --write" }, "author": "rjwehrle", "license": "MIT", "bugs": { "url": "https://github.com/rjwehrle/cashflowjs/issues" }, "homepage": "https://github.com/rjwehrle/cashflowjs#readme", "keywords": [ "finance", "financial", "calculator", "time-value-of-money", "present", "future", "value", "present-value", "future-value", "single", "cash", "flow", "cash-flow", "annual", "semiannual", "quarterly", "monthly", "continuous", "compounding", "annuity", "ordinary-annuity", "annuity-due", "pmt", "nper" ], "devDependencies": { "@biomejs/biome": "1.3.3", "chai": "^4.3.10", "mocha": "^10.2.0" } }