Add Strong's dictionary reference package
This commit is contained in:
+3
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libre-bible-data",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
@@ -8,7 +8,8 @@
|
||||
"docs": "node scripts/generate-docs.js",
|
||||
"catalog": "node scripts/generate-catalog.js",
|
||||
"import:kjv": "node scripts/import-usfm.js sources/kjv-eng-kjv2006.json",
|
||||
"build": "npm run check && npm run import:kjv && npm run catalog && npm run docs"
|
||||
"import:strongs": "node scripts/import-strongs.js sources/strongs-open-scriptures.json",
|
||||
"build": "npm run check && npm run import:kjv && npm run import:strongs && npm run catalog && npm run docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"adm-zip": "^0.5.16"
|
||||
|
||||
Reference in New Issue
Block a user