node-irr-es5
Version:
A Node.js package that provides an easy and customizable way to calculate internal rate of return.
44 lines (43 loc) • 1.14 kB
JSON
{
"name": "node-irr-es5",
"version": "2.0.7",
"description": "A Node.js package that provides an easy and customizable way to calculate internal rate of return.",
"author": "Eric Malachias",
"license": "MIT",
"keywords": [
"irr",
"xirr",
"internal",
"rate",
"return"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/eric-malachias/irr.git"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.9",
"@types/sinon": "^5.0.7",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nodemon": "^1.19.2",
"sinon": "^7.1.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
},
"scripts": {
"build": "rm -rf ./dist && tsc",
"test": "mocha -r ts-node/register ./**/*.test.ts",
"dev": "nodemon -e ts,json --exec 'mocha -r ts-node/register ./**/*.test.ts'"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/eric-malachias/irr/issues"
},
"homepage": "https://github.com/eric-malachias/irr#readme"
}