UNPKG

@apiverve/bible

Version:

Bible is a simple tool for getting bible verses. Simply provide the book, chapter, and verse, and the API will return the verse.

48 lines 1.11 kB
{ "name": "@apiverve/bible", "version": "1.1.14", "description": "Bible is a simple tool for getting bible verses. Simply provide the book, chapter, and verse, and the API will return the verse.", "main": "index.js", "types": "index.d.ts", "sideEffects": false, "engines": { "node": ">=14.0.0" }, "files": [ "index.js", "index.d.ts", "LICENSE" ], "scripts": { "test": "mocha", "example": "node examples/basic.js" }, "repository": { "type": "git", "url": "git+https://github.com/apiverve/bible-api.git", "directory": "npm" }, "keywords": [ "" ], "author": { "name": "APIVerve", "email": "hello@apiverve.com", "url": "https://apiverve.com" }, "license": "MIT", "bugs": { "url": "https://github.com/apiverve/bible-api/issues" }, "homepage": "https://apiverve.com/marketplace/bible?utm_source=npm&utm_medium=homepage", "devDependencies": { "mocha": "^11.0.1", "chai": "^5.1.2", "dotenv": "^16.4.7" }, "dependencies": { "node-fetch": "^3.3.2", "promise": "^8.3.0", "axios": "1.13.2" } }