UNPKG

jewish-date

Version:

Converts Gregorian dates to Hebrew dates and vice versa.

74 lines (73 loc) 1.87 kB
{ "name": "jewish-date", "description": "Converts Gregorian dates to Hebrew dates and vice versa.", "version": "2.0.20", "license": "MIT", "main": "dist/index.js", "module": "dist/mjs/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./dist/mjs/index.js", "require": "./dist/index.js" } }, "repository": { "type": "git", "url": "git+https://github.com/Shmulik-Kravitz/jewish-date.git" }, "scripts": { "start": "esr ./config/start.ts", "build": "yarn lint && yarn clean && esr ./config/build.ts", "lint": "yarn biome check ./src", "lint-fix": "yarn biome format --write ./src", "clean": "rimraf dist && rimraf lib", "test": "vitest --config ./config/vitest/vitest.config.ts --coverage", "p": "yarn pack --out %s-%v.tgz", "inc-version": "yarn version patch", "get-version": "node -p \"require('./package.json').version\"" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/gematriya": "^2.0.5", "@types/node": "^20.17.24", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitest/coverage-v8": "^3.0.8", "esbuild": "^0.25.1", "esbuild-node-externals": "^1.18.0", "esbuild-plugin-file-path-extensions": "^2.1.4", "esbuild-runner": "^2.2.2", "fs-extra": "^11.3.0", "react": "^19.0.0", "react-dom": "^19.0.0", "rimraf": "^6.0.1", "tsc-prog": "^2.3.0", "typescript": "^5.8.2", "vite": "^6.2.2", "vitest": "^3.0.8" }, "dependencies": { "gematriya": "^2.0.0" }, "publishConfig": { "provenance": true }, "files": [ "dist", "lib" ], "keywords": [ "jewish", "hebrew", "date", "luach", "calendar", "convert", "hdate", "hebcal", "hcal" ], "packageManager": "yarn@4.7.0" }