UNPKG

bible-kit

Version:

An NPM package to use bible data from the Free Bible Use API. You will be able to get data for all available translations, books for a specific translation, chapters of a specific book and chapter details.

21 lines (20 loc) 537 B
{ "name": "bible-kit", "version": "0.0.3", "description": "An NPM package to use bible data from the Free Bible Use API. You will be able to get data for all available translations, books for a specific translation, chapters of a specific book and chapter details.", "keywords": [ "api", "bible", "study" ], "exports": { ".": "./index.js" }, "license": "MIT", "author": "rnavedo1", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }