biblia-interface
Version:
An interface for interacting with the api.biblia.com
36 lines (35 loc) • 768 B
JSON
{
"name": "biblia-interface",
"version": "2.0.2",
"description": "An interface for interacting with the api.biblia.com",
"main": "dist/index.js",
"scripts": {
"test": "",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshpetit/biblia-interface.git"
},
"keywords": [
"bible",
"api",
"biblia",
"faithlife",
"god",
"jesus"
],
"author": "Joshua Petitma",
"license": "MIT",
"bugs": {
"url": "https://github.com/joshpetit/biblia-interface/issues"
},
"homepage": "https://github.com/joshpetit/biblia-interface#readme",
"dependencies": {
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@types/node-fetch": "^2.5.7",
"typescript": "^3.9.6"
}
}