@bible-api/bible-api
Version:
A simple API for the Bible
62 lines (61 loc) • 1.51 kB
JSON
{
"name": "@bible-api/bible-api",
"version": "0.11.0",
"description": "A simple API for the Bible",
"keywords": [
"bible"
],
"homepage": "https://github.com/bible-api-io/bible-api#readme",
"bugs": {
"url": "https://github.com/bible-api-io/bible-api/issues",
"email": "contact@bible-api.io"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": "Bible API <contact@bible-api.io> (https://bible-api.io/)",
"contributors": [
"Daniel Ebert <090302@5409.dk> (https://godismyjudgebro.com/)"
],
"files": [
"src/*.js",
"src/*.d.ts",
"src/*.js.map",
"src/*.json"
],
"main": "src/index.js",
"types": "src/index.d.ts",
"directories": {
"lib": "src/",
"doc": ".github/"
},
"repository": "github:bible-api-io/bible-api",
"scripts": {
"test": "jest",
"build": "tsc"
},
"devDependencies": {
"@types/node": "^20.5.4",
"jest": "^29.6.4",
"prettier": "3.0.2",
"typescript": "^5.1.6"
},
"private": false,
"prettier": {
"arrowParens": "avoid",
"bracketSameLine": false,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "strict",
"jsxSingleQuote": true,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"semi": false,
"singleAttributePerLine": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"vueIndentScriptAndStyle": true
}
}