Initial Bible data repository

This commit is contained in:
2026-07-11 21:36:31 -05:00
commit a7cbe14eae
14 changed files with 380611 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "libre-bible-data",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"check": "node scripts/check-sources.js",
"import:kjv": "node scripts/import-usfm.js sources/kjv-eng-kjv2006.json",
"build": "npm run check && npm run import:kjv"
},
"dependencies": {
"adm-zip": "^0.5.16"
}
}