scripture-guide
Version:
A utility for biblical and scripture reference parsing that enables structured queries based on strings of traditional scripture references (e.g. John 3:16).
58 lines (57 loc) • 1.46 kB
JSON
{
"name": "scripture-guide",
"version": "1.0.80",
"description": "A utility for biblical and scripture reference parsing that enables structured queries based on strings of traditional scripture references (e.g. John 3:16). ",
"main": "dist/scriptures.cjs",
"module": "dist/scriptures.mjs",
"types": "dist/scriptures.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/scriptures.mjs",
"require": "./dist/scriptures.cjs",
"types": "./dist/scriptures.d.ts"
}
},
"scripts": {
"start": "node test/test.js",
"test": "node test/test.js",
"build": "node build/build.cjs",
"embed": "node build/build.cjs",
"prepublishOnly": "npm version patch && npm run build"
},
"author": "",
"license": "ISC",
"homepage": "https://scripture.guide",
"repository": {
"type": "git",
"url": "git://github.com/kckern/ScriptureGuideUtils.git"
},
"keywords": [
"bible",
"old testament",
"new testament",
"scripture",
"reference",
"parsing",
"query",
"search",
"structured",
"string",
"lds",
"book of mormon",
"doctrine and covenants",
"pearl of great price"
],
"files": [
"scriptures.mjs",
"scriptures.cjs",
"scriptures.d.ts"
],
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
"@babel/preset-env": "^7.24.7"
}
}