UNPKG

mg-bibles

Version:

A package for accessing Bible verses in Malagasy (MG), Diem, King James (KJV), and Louis Segond (APEE) versions

46 lines (45 loc) 969 B
{ "name": "mg-bibles", "version": "1.5.0", "description": "A package for accessing Bible verses in Malagasy (MG), Diem, King James (KJV), and Louis Segond (APEE) versions", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "test:watch": "jest --watch" }, "keywords": [ "bible", "malagasy", "diem", "kjv", "apee", "verses", "scripture", "gospel" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mianala/bibles.git" }, "bugs": { "url": "https://github.com/mianala/bibles/issues" }, "homepage": "https://github.com/mianala/bibles#readme", "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.3.0", "typescript": "^5.0.0" }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md" ] }