{
  "name": "nepali-tax-pro-max",
  "version": "1.1.0",
  "description": "नेपाली कर — Nepal IRD income tax, TDS, VAT, capital gains, SSF, CIT, PF, payroll, and corporate tax calculations. Fiscal-year-aware (FY 2081/82+), TypeScript-first, zero deps, ESM+CJS. For accountants, payroll software, fintech, and ERPs.",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "llms.txt",
    "LICENSE"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run typecheck && npm run test && npm run build"
  },
  "keywords": [
    "nepali",
    "nepali-tax",
    "nepal-tax",
    "income-tax",
    "tds",
    "vat",
    "capital-gains",
    "ssf",
    "social-security-fund",
    "cit",
    "provident-fund",
    "payroll",
    "ird",
    "ird-nepal",
    "nepal-finance",
    "corporate-tax",
    "fiscal-year",
    "typescript",
    "nepali-tax-pro-max"
  ],
  "author": "l3lackcurtains",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/l3lackcurtains/nepali-tax-pro-max.git"
  },
  "bugs": {
    "url": "https://github.com/l3lackcurtains/nepali-tax-pro-max/issues"
  },
  "homepage": "https://github.com/l3lackcurtains/nepali-tax-pro-max#readme",
  "engines": {
    "node": ">=14"
  },
  "devDependencies": {
    "tsup": "^8.0.0",
    "typescript": "^5.4.0",
    "vitest": "^1.6.0"
  }
}
