{
  "name": "financial-calcs",
  "version": "1.10.15",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cloudful-io/financial-calcs.git"
  },
  "author": "Cloudful.io",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cloudful-io/financial-calcs/issues"
  },
  "homepage": "https://github.com/cloudful-io/financial-calcs#readme",
  "description": "Reusable financial calculation library for FERS, Social Security, retirement savings, and mortgage amortization",
  "keywords": [
    "financial",
    "calculations",
    "FERS",
    "Social Security",
    "retirement",
    "mortgage"
  ],
  "devDependencies": {
    "@types/node": "^24.3.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2",
    "vitest": "^4.1.0"
  }
}
