UNPKG

@hebcal/leyning

Version:

Torah Reading API for Parashat HaShavua and holidays

81 lines (80 loc) 2.14 kB
{ "name": "@hebcal/leyning", "version": "9.5.4", "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": "^6.3.0", "@hebcal/hdate": "^0.22.0" }, "scripts": { "po2json": "node ./po2json.js po/he.po po/he-x-NoNikud.po po/ashkenazi.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", "coverage": "vitest run --coverage", "clean": "gts clean", "fix": "gts fix" }, "license": "BSD-2-Clause", "devDependencies": { "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^1.0.0", "@rollup/plugin-typescript": "^12.3.0", "@types/node": "^25.6.0", "@vitest/coverage-v8": "^4.1.4", "gettext-parser": "^9.0.2", "gts": "^7.0.0", "pretty-bytes": "^7.1.0", "rollup": "^4.60.1", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-visualizer": "^7.0.1", "tslib": "^2.8.1", "typedoc": "^0.28.19", "typescript": "^6.0.2", "vitest": "^4.1.4" } }