UNPKG

breviarium

Version:

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

54 lines (53 loc) 1.26 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": "0.2.32", "main": "dist/breviarium.cjs.js", "module": "dist/breviarium.es.js", "types": "dist/breviarium.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "build": "tsc && vite build", "test": "vitest", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage" }, "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": "^6.0.5", "vite-plugin-dts": "^2.0.0", "vitest": "^3.0.5" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.9.5" }, "license": "MIT", "dependencies": { "romcal": "^3.0.0-dev.97", "@romcal/calendar.spain": "^3.0.0-dev.97" }, "repository": { "type": "git", "url": "https://github.com/Breviarium-app/breviarium--core" } }