UNPKG

@hebcal/core

Version:

A perpetual Jewish Calendar API

102 lines (101 loc) 2.93 kB
{ "name": "@hebcal/core", "version": "5.10.1", "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", "main": "./dist/index.cjs", "module": "./dist/esm/index.js", "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/index.cjs", "types": "./dist/esm/index.d.ts" }, "./dist/esm/*": "./dist/esm/*.js" }, "typings": "./dist/esm/index.d.ts", "engines": { "node": ">= 16.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.cjs 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" }, "license": "GPL-2.0", "devDependencies": { "@babel/core": "^7.28.0", "@babel/plugin-transform-runtime": "^7.28.0", "@babel/preset-env": "^7.28.0", "@babel/preset-typescript": "^7.27.1", "@babel/register": "^7.27.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.4", "@types/node": "^24.1.0", "@vitest/coverage-v8": "^3.2.4", "core-js": "^3.44.0", "gettext-parser": "^8.0.0", "gts": "^6.0.2", "pretty-bytes": "^7.0.0", "rollup": "^4.46.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-visualizer": "^6.0.3", "typedoc": "^0.28.7", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "dependencies": { "@hebcal/hdate": "^0.14.2", "@hebcal/noaa": "^0.9.2", "quick-lru": "^6.1.2", "temporal-polyfill": "^0.3.0", "tslib": "^2.8.1" } }