{
  "name": "@hebcal/icalendar",
  "version": "7.0.4",
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
  "keywords": [
    "ical",
    "icalendar",
    "jewish",
    "hebcal"
  ],
  "description": "Jewish holidays and Hebrew calendar as iCalendar RFC 2445",
  "type": "module",
  "module": "./dist/icalendar.js",
  "typings": "./dist/icalendar.d.ts",
  "exports": {
    ".": "./dist/icalendar.js"
  },
  "engines": {
    "node": ">= 20"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hebcal/hebcal-icalendar.git"
  },
  "bugs": {
    "url": "https://github.com/hebcal/hebcal-icalendar/issues"
  },
  "homepage": "https://hebcal.github.io/api/icalendar/",
  "dependencies": {
    "@hebcal/core": "^6.9.3",
    "@hebcal/hdate": "^0.22.8",
    "@hebcal/murmurhash3": "^1.0.0",
    "@hebcal/rest-api": "^7.1.3"
  },
  "scripts": {
    "build:version": "node ./version.js package.json src/pkgVersion.ts",
    "build": "npm run build:version && tsc",
    "pretest": "npm run build",
    "docs": "npx -y typedoc",
    "test": "vitest",
    "lint": "oxlint && prettier --check .",
    "clean": "rm -rf dist",
    "compile": "tsc",
    "fix": "oxlint --fix && prettier --write ."
  },
  "license": "BSD-2-Clause",
  "devDependencies": {
    "@hebcal/learning": "^6.11.3",
    "@types/node": "26.6.2",
    "oxlint": "^1.83.0",
    "prettier": "^3.9.8",
    "typescript": "^7.0.2",
    "vitest": "^5.0.1"
  }
}
