UNPKG

berea

Version:

A promise-wrapped library and ORM for using https://scripture.api.bible

69 lines (68 loc) 1.75 kB
{ "name": "berea", "version": "1.0.1", "description": "A promise-wrapped library and ORM for using https://scripture.api.bible", "main": "build/index.js", "scripts": { "lint": "eslint -f table src/**/*.js index.js", "lint:fix": "eslint --fix src/**/*.js index.js", "tests-only": "jest", "pretest": "npm run --silent lint", "test": "npm run --silent tests-only", "build": "babel src --out-dir build", "prepare": "npm run clean && npm run build", "clean": "rimraf .cache build", "doc": "node_modules/.bin/jsdoc -c jsdoc.config.json --verbose" }, "repository": { "type": "git", "url": "https://github.com/paceaux/Berea" }, "keywords": [ "Scripture", "API", "Bible", "Library", "verses", "chapters", "book", "holy", "Christian", "American Bible Society" ], "author": "Frank M. Taylor (AKA Paceaux)", "contributors": [ { "name": "Frank M. Taylor", "email": "frank.m.taylor08@gmail.com", "url": "https://blog.frankmtaylor.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/paceaux/Berea/issues" }, "dependencies": { "axios": "^0.21.1", "save-dev": "0.0.1-security" }, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.6", "@babel/eslint-parser": "^7.14.5", "@babel/preset-env": "^7.14.7", "babel-eslint": "^10.1.0", "babel-jest": "^27.0.5", "eslint": "^7.29.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jsdoc": "^35.4.0", "jest": "^27.0.1", "jsdoc-tsimport-plugin": "^1.0.5", "minami": "^1.2.3", "rimraf": "^3.0.2" }, "engines": { "node": ">= 8" } }