{
  "name": "tvm-calculator",
  "version": "2.0.0",
  "description": "A library of financial calculator functions allowing easy incorporation of time value of money calculations into any application",
  "main": "lib/index.js",
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.2",
    "@babel/node": "^7.7.0",
    "@babel/preset-env": "^7.7.1",
    "nodemon": "^1.19.4"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/treywhite21/tvm-calculator.git"
  },
  "keywords": [
    "tvm",
    "time value of money",
    "finance",
    "financial calculator",
    "javascript",
    "tvm-calculator"
  ],
  "author": "Trey White <treywhitedesign@gmail.com”> (https://trey-white.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/treywhite21/tvm-calculator/issues"
  },
  "homepage": "https://github.com/treywhite21/tvm-calculator#readme"
}
