UNPKG

@hebcal/leyning

Version:

Torah Reading API for Parashat HaShavua and holidays

79 lines (78 loc) 2.03 kB
{ "name": "@hebcal/leyning", "version": "9.2.5", "author": "Michael J. Radwin (https://github.com/mjradwin)", "keywords": [ "hebcal", "torah", "sedra", "sedrot", "leyning", "kriyah", "leining", "sidra", "parsha", "parasha", "parashah" ], "description": "Torah Reading API for Parashat HaShavua and holidays", "module": "./dist/esm/index.js", "typings": "dist/esm/index.d.ts", "type": "module", "exports": { ".": "./dist/esm/index.js", "./dist/esm/*": "./dist/esm/*.js" }, "homepage": "https://hebcal.github.io/api/leyning/", "repository": { "type": "git", "url": "git+https://github.com/hebcal/hebcal-leyning.git" }, "bugs": { "url": "https://github.com/hebcal/hebcal-leyning/issues" }, "files": [ "dist/esm", "dist/bundle.js", "dist/bundle.min.js" ], "engines": { "node": ">=18" }, "dependencies": { "@hebcal/core": "^5.10.1", "@hebcal/hdate": "^0.14.4", "tslib": "^2.8.1" }, "scripts": { "po2json": "node ./po2json.js po/he.po", "size-demo:rollup": "rollup -c size-demo/rollup.config.ts --configPlugin typescript", "size-demo": "npm run build && npm run size-demo:rollup", "build:rollup": "rollup -c", "build": "npm run po2json && npm run build:rollup", "prepublish": "npm run build", "docs": "typedoc", "pretest": "npm run build", "lint": "gts lint", "test": "vitest", "clean": "gts clean", "fix": "gts fix" }, "license": "BSD-2-Clause", "devDependencies": { "@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", "gettext-parser": "^8.0.0", "gts": "^5.3.1", "pretty-bytes": "^7.0.0", "rollup": "^4.46.2", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-visualizer": "^6.0.3", "typedoc": "^0.28.9", "typescript": "^5.9.2", "vitest": "^3.2.4" } }