{
  "name": "@nexim/financial-calculate",
  "version": "1.0.10",
  "description": "Provides a set of utils to handle common financial operations.",
  "keywords": [
    "financial",
    "calculate",
    "payment",
    "typescript",
    "nexim"
  ],
  "homepage": "https://github.com/the-nexim/nanolib/tree/next/packages/financial-calculate#readme",
  "bugs": {
    "url": "https://github.com/the-nexim/nanolib/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/the-nexim/nanolib",
    "directory": "packages/financial-calculate"
  },
  "license": "AGPL-3.0-only",
  "author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (https://www.njfamirm.ir)",
  "contributors": [
    "Arash Ghardashpoor <arash.qardashpoor@gmail.com> (https://www.agpagp.ir)"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "default": "./dist/main.js"
    }
  },
  "main": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "files": [
    "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
    "LICENSE"
  ],
  "scripts": {
    "build": "wireit",
    "doc": "wireit",
    "test": "wireit",
    "watch": "wireit"
  },
  "devDependencies": {
    "ava": "^6.4.1",
    "typedoc": "^0.28.16",
    "typedoc-plugin-markdown": "^4.9.0",
    "typedoc-plugin-no-inherit": "^1.6.1",
    "typescript": "^5.9.3",
    "wireit": "^0.14.12"
  },
  "publishConfig": {
    "access": "public"
  },
  "wireit": {
    "test": {
      "command": "NODE_OPTIONS=\"$NODE_OPTIONS --enable-source-maps --experimental-vm-modules\" ava"
    },
    "build": {
      "dependencies": [
        "build:type"
      ]
    },
    "build:type": {
      "command": "tsc --build",
      "files": [
        "src",
        "tsconfig.json"
      ],
      "clean": "if-file-deleted",
      "output": [
        "dist",
        "tsconfig.tsbuildinfo"
      ]
    },
    "watch": {
      "dependencies": [
        "watch:ts"
      ]
    },
    "watch:ts": {
      "command": "tsc --build --watch --preserveWatchOutput",
      "service": true
    },
    "doc": {
      "command": "typedoc"
    }
  },
  "gitHead": "6ce1c210cad293866f72e7f9ad919552e956e983"
}
