Initial Bible data repository
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user