bible-checker
Version:
A bible tool to run several checks with a target translation and a source tranlation
32 lines (31 loc) • 704 B
JSON
{
"name": "bible-checker",
"version": "1.0.0",
"description": "A bible tool to run several checks with a target translation and a source tranlation",
"main": "dist/index.js",
"type": "commonjs",
"scripts": {
"test": "jest",
"start": "node src/index.js",
"prepublishOnly": "npm run build && jest",
"build": "babel src --out-dir dist"
},
"keywords": [
"bible",
"usj",
"usfm",
"check",
"verse",
"chapter",
"book"
],
"author": "DanielC-N",
"license": "CC-BY-SA-4.0",
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0"
}
}