{
  "name": "@hebcal/rest-api",
  "version": "6.4.9",
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
  "keywords": [
    "hebcal"
  ],
  "description": "Jewish holidays and Hebrew calendar as plain JSON objects and CSV export",
  "engines": {
    "node": ">= 18.0.0"
  },
  "module": "./dist/esm/index.js",
  "typings": "dist/esm/index.d.ts",
  "type": "module",
  "exports": {
    ".": "./dist/esm/index.js",
    "./dist/esm/*": "./dist/esm/*.js"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hebcal/hebcal-rest-api.git"
  },
  "bugs": {
    "url": "https://github.com/hebcal/hebcal-rest-api/issues"
  },
  "homepage": "https://hebcal.github.io/api/rest-api/",
  "dependencies": {
    "@hebcal/core": "^6.5.2",
    "@hebcal/hdate": "^0.22.3",
    "@hebcal/leyning": "^9.5.4"
  },
  "scripts": {
    "build": "rollup -c",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "docs": "typedoc",
    "lint": "gts lint",
    "clean": "gts clean",
    "fix": "gts fix",
    "test": "vitest"
  },
  "license": "BSD-2-Clause",
  "devDependencies": {
    "@hebcal/learning": "^6.9.1",
    "@hebcal/locales": "^6.4.3",
    "@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.9.1",
    "gts": "^7.0.0",
    "rollup": "^4.60.4",
    "typedoc": "^0.28.19",
    "typescript": "^6.0.3",
    "vitest": "^4.1.7"
  }
}
