Phase 2 generate resource docs

This commit is contained in:
2026-07-11 21:55:03 -05:00
parent 29bbc41b55
commit afeb2c4d3b
7 changed files with 387 additions and 6 deletions
+3 -2
View File
@@ -1,12 +1,13 @@
{
"name": "libre-bible-data",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"type": "module",
"scripts": {
"check": "node scripts/check-sources.js",
"docs": "node scripts/generate-docs.js",
"import:kjv": "node scripts/import-usfm.js sources/kjv-eng-kjv2006.json",
"build": "npm run check && npm run import:kjv"
"build": "npm run check && npm run import:kjv && npm run docs"
},
"dependencies": {
"adm-zip": "^0.5.16"