UNPKG

breviarium

Version:

Typescript library that generates liturgical calendars and praying content of the Roman Rite of the Roman Catholic Church

60 lines 1.42 kB
{ "name": "breviarium", "description": "Typescript library that generates liturgical calendars and praying content of the Roman Rite of the Roman Catholic Church", "keywords": [ "roman", "liturgy of the hours", "prayer", "catholic", "calendar", "latin", "western", "church", "christian", "seasons", "liturgical" ], "version": "3.0.16", "main": "dist/breviarium.cjs.js", "module": "dist/breviarium.es.js", "types": "dist/breviarium.d.ts", "type": "module", "exports": { ".": { "types": "./dist/breviarium.d.ts", "import": "./dist/breviarium.es.js", "require": "./dist/breviarium.cjs.js" } }, "files": [ "dist" ], "devDependencies": { "@types/node": "^22.13.4", "@vitest/coverage-v8": "^3.0.5", "@vitest/ui": "^3.0.5", "tsx": "^4.19.2", "typescript": "^5.7.3", "vite": "7.1.11", "vite-plugin-dts": "^2.0.0", "vitest": "^3.0.5" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.9.5" }, "license": "MIT", "dependencies": { "@romcal/calendar.spain": "3.0.0-dev.119", "romcal": "3.0.0-dev.119" }, "repository": { "type": "git", "url": "https://github.com/Breviarium-app/breviarium--core" }, "scripts": { "build": "tsc && vite build", "test": "vitest", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage" } }