gospel_catholic
Version:
NPM package to fetch daily Catholic gospel readings with Google Translate support for multiple languages
35 lines • 854 B
JSON
{
"name": "gospel_catholic",
"version": "1.0.0",
"description": "NPM package to fetch daily Catholic gospel readings with Google Translate support for multiple languages",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"catholic",
"gospel",
"vatican",
"religion",
"daily",
"readings",
"translation"
],
"author": "iammonsterbunny",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"jest": "^29.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/iammonsterbunny/gospel_catholic.git"
},
"bugs": {
"url": "https://github.com/iammonsterbunny/gospel_catholic/issues"
},
"homepage": "https://github.com/iammonsterbunny/gospel_catholic#readme"
}