@bible-help/bible-book-data
Version:
Get the books of the Bible, their OSIS codes, and their chapters and verses.
41 lines • 969 B
JSON
{
"name": "@bible-help/bible-book-data",
"version": "1.0.4",
"description": "Get the books of the Bible, their OSIS codes, and their chapters and verses.",
"repository": "https://github.com/AdbC99/ai-bible",
"homepage": "http://ai-bible.com/labs",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/.bin/jest --config jest.config.js"
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.15.17",
"jest": "^29.7.0",
"ts-jest": "^29.3.4"
},
"jest": {
"preset": "ts-jest/presets/default-esm",
"extensionsToTreatAsEsm": [
".ts",
".tsx"
],
"globals": {
"ts-jest": {
"useESM": true
}
},
"moduleNameMapping": {
"^(\\.{1,2}/.*)\\.js$": "$1"
}
},
"keywords": [
"bible",
"books",
"osis"
],
"author": "Alistair de Blacquiere-Clarkson",
"license": "MIT"
}