UNPKG

compound-calc

Version:

Compound Interest calculator that allows dynamic series of contributions

32 lines (31 loc) 736 B
{ "name": "compound-calc", "version": "4.0.3", "description": "Compound Interest calculator that allows dynamic series of contributions", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/cmcnulty/compound-calc.git" }, "keywords": [ "interest", "compound", "calculator" ], "author": "Charles McNulty", "license": "ISC", "bugs": { "url": "https://github.com/cmcnulty/compound-calc/issues" }, "homepage": "https://github.com/cmcnulty/compound-calc#readme", "devDependencies": { "@types/jest": "^29.5.1", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.4" } }