UNPKG

@hebcal/hdate

Version:

converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold

59 lines 1.53 kB
{ "name": "@hebcal/hdate", "version": "0.22.5", "description": "converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold", "author": "Michael J. Radwin (https://github.com/mjradwin)", "contributors": [ "Eyal Schachter (https://github.com/Scimonster)", "Danny Sadinoff (https://github.com/dsadinoff)" ], "license": "GPL-2.0", "repository": { "type": "git", "url": "git+https://github.com/hebcal/hdate-js.git" }, "type": "module", "module": "dist/esm/index.js", "typings": "dist/esm/index.d.ts", "exports": { ".": "./dist/esm/index.js", "./dist/esm/*": "./dist/esm/*.js" }, "keywords": [ "hebcal", "hebrew", "calendar", "date" ], "files": [ "dist/esm", "po" ], "scripts": { "build:rollup": "rollup -c", "build": "npm run po2json && npm run build:rollup --production", "prepublish": "npm run build", "po2json": "node ./po2json.js po/he.po po/ashkenazi.po", "docs": "typedoc", "pretest": "npm run build", "lint": "gts lint", "test": "vitest", "coverage": "vitest --coverage", "clean": "gts clean", "fix": "gts fix" }, "devDependencies": { "@rollup/plugin-typescript": "^12.3.0", "@types/node": "^26.0.1", "@vitest/coverage-v8": "^4.1.9", "gettext-parser": "^9.0.2", "gts": "^7.0.0", "rollup": "^4.62.2", "typedoc": "^0.28.19", "typescript": "^6.0.3", "vitest": "^4.1.9" }, "overrides": { "tmp": "^0.2.6" } }