@hebcal/hdate
Version:
converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold
56 lines (55 loc) • 1.48 kB
JSON
{
"name": "@hebcal/hdate",
"version": "0.14.4",
"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"
],
"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.1.4",
"@types/node": "^24.1.0",
"@vitest/coverage-v8": "^3.2.4",
"gettext-parser": "^8.0.0",
"gts": "^6.0.2",
"rollup": "^4.46.2",
"typedoc": "^0.28.9",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
}
}