UNPKG

@hebcal/core

Version:

A perpetual Jewish Calendar API

95 lines (94 loc) 2.64 kB
{ "name": "@hebcal/core", "version": "6.0.8", "author": "Michael J. Radwin (https://github.com/mjradwin)", "contributors": [ "Eyal Schachter (https://github.com/Scimonster)", "Danny Sadinoff (https://github.com/dsadinoff)", "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.ts --configPlugin typescript", "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", "posttest": "npm run lint" }, "license": "GPL-2.0", "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.3.0", "@types/node": "^25.0.3", "@vitest/coverage-v8": "^4.0.16", "core-js": "^3.47.0", "gettext-parser": "^9.0.0", "gts": "^6.0.2", "pretty-bytes": "^7.1.0", "rollup": "^4.54.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-visualizer": "^6.0.5", "typedoc": "^0.28.15", "typescript": "^5.9.3", "vitest": "^4.0.16" }, "dependencies": { "@hebcal/hdate": "^0.21.1", "@hebcal/noaa": "^0.9.2", "quick-lru": "^7.3.0", "temporal-polyfill": "^0.3.0", "tslib": "^2.8.1" } }