compound-calc
Version:
Compound Interest calculator that allows dynamic series of contributions
40 lines (39 loc) • 893 B
JSON
{
"name": "compound-calc",
"version": "5.0.1",
"description": "Compound Interest calculator that allows dynamic series of contributions",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./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"
}
}