{
  "name": "@hebcal/core",
  "version": "6.3.0",
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
  "contributors": [
    "Eyal Schachter (https://github.com/Scimonster)",
    "Danny Sadinoff (https://github.com/dsadinoff)",
    "Eliyahu Hershfeld (https://github.com/KosherJava)",
    "Yisroel Yakovson (https://github.com/YizYah)",
    "Schabse Laks (https://github.com/SLaks)",
    "Benny Powers (https://github.com/bennypowers)"
  ],
  "keywords": [
    "hebcal",
    "hebrew",
    "calendar",
    "jewish",
    "holidays",
    "chagim",
    "sedra",
    "date",
    "dafyomi",
    "zemanim",
    "zmanim"
  ],
  "description": "A perpetual Jewish Calendar API",
  "module": "./dist/esm/index.js",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "types": "./dist/esm/index.d.ts"
    },
    "./dist/esm/*": "./dist/esm/*.js"
  },
  "typings": "./dist/esm/index.d.ts",
  "engines": {
    "node": ">= 18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hebcal/hebcal-es6.git"
  },
  "bugs": {
    "url": "https://github.com/hebcal/hebcal-es6/issues"
  },
  "homepage": "https://hebcal.github.io/api/core/",
  "files": [
    "dist"
  ],
  "scripts": {
    "build:rollup": "rollup -c",
    "size-demo:rollup": "rollup -c size-demo/rollup.config.js",
    "size-demo": "npm run build && npm run size-demo:rollup",
    "build": "npm run po2json && npm run version && npm run build:rollup --production",
    "prepublish": "npm run build",
    "version": "node ./version.js package.json src/pkgVersion.ts",
    "po2json": "node ./po2json.js po/he.po po/he-x-NoNikud.po po/ashkenazi.po",
    "docs": "typedoc",
    "pretest": "npm run build",
    "lint": "gts lint",
    "coverage": "vitest --coverage",
    "test": "vitest",
    "clean": "gts clean",
    "fix": "gts fix",
    "compile": "tsc",
    "prepare": "npm run compile"
  },
  "license": "GPL-2.0",
  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@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",
    "pretty-bytes": "^7.1.0",
    "rollup": "^4.60.1",
    "rollup-plugin-bundle-size": "^1.0.3",
    "rollup-plugin-visualizer": "^7.0.1",
    "typedoc": "^0.28.19",
    "typescript": "^6.0.2",
    "vitest": "^4.1.4"
  },
  "dependencies": {
    "@hebcal/hdate": "^0.22.0",
    "@hebcal/noaa": "^0.10.1",
    "quick-lru": "^7.3.0",
    "temporal-polyfill": "^0.3.2"
  }
}
