{
  "name": "@hebcal/hdate",
  "version": "0.22.0",
  "description": "converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold",
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
  "contributors": [
    "Eyal Schachter (https://github.com/Scimonster)",
    "Danny Sadinoff (https://github.com/dsadinoff)"
  ],
  "license": "GPL-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hebcal/hdate-js.git"
  },
  "type": "module",
  "module": "dist/esm/index.js",
  "typings": "dist/esm/index.d.ts",
  "exports": {
    ".": "./dist/esm/index.js",
    "./dist/esm/*": "./dist/esm/*.js"
  },
  "keywords": [
    "hebcal",
    "hebrew",
    "calendar",
    "date"
  ],
  "files": [
    "dist/esm"
  ],
  "scripts": {
    "build:rollup": "rollup -c",
    "build": "npm run po2json && npm run build:rollup --production",
    "prepublish": "npm run build",
    "po2json": "node ./po2json.js po/he.po po/ashkenazi.po",
    "docs": "typedoc",
    "pretest": "npm run build",
    "lint": "gts lint",
    "test": "vitest",
    "coverage": "vitest --coverage",
    "clean": "gts clean",
    "fix": "gts fix"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/node": "^25.6.0",
    "@vitest/coverage-v8": "^4.1.4",
    "gettext-parser": "^9.0.2",
    "gts": "^7.0.0",
    "rollup": "^4.60.1",
    "typedoc": "^0.28.18",
    "typescript": "^6.0.2",
    "vitest": "^4.1.4"
  }
}
