{
  "name": "jsfinancial",
  "version": "1.0.4",
  "description": "Library for financial calculations ",
  "main": "finance.js",
  "scripts": {
    "test": "mocha",
    "test:watch": "mocha --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dipaktelangre/jsfinancial"
  },
  "keywords": [
    "Financial Library",
    "FinanceJS",
    "Financial Calculator",
    "Calculations"
  ],
  "author": "Dipak Telangre",
  "license": "ISC",
  "typescript": {
    "defination": "index.d.ts"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^7.0.0"
  }
}
