reverse-usx
Version:
Ensure a USX document follows the standard versification used in modern bibles.
32 lines (31 loc) • 738 B
JSON
{
"name": "reverse-usx",
"version": "1.0.0",
"description": "Ensure a USX document follows the standard versification used in modern bibles.",
"type": "module",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/bundled.cjs"
},
"types": "./dist/esm/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gracious-tech/fetch.git"
},
"keywords": [
"bible",
"usx",
"versification"
],
"author": "Gracious Tech",
"license": "MIT-0",
"bugs": {
"url": "https://github.com/gracious-tech/fetch/issues"
},
"homepage": "https://github.com/gracious-tech/fetch/tree/master/converters/reverse-usx",
"dependencies": {
}
}