{
  "name": "@bible-api/bible-api-version-kjv1769",
  "version": "1.0.0",
  "description": "King James Version (1769) for @bible-api/bible-api.",
  "keywords": [
    "bible-api",
    "bible-api-version",
    "kjv",
    "kjv1769"
  ],
  "homepage": "https://github.com/bible-api-io/bible-api-version-kjv1769#readme",
  "bugs": {
    "url": "https://github.com/bible-api-io/bible-api-version-kjv1769/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": [
    "kjv1769.json",
    "index.js"
  ],
  "main": "index.js",
  "directories": {
    "doc": ".github/"
  },
  "repository": "github:bible-api-io/bible-api",
  "scripts": {
    "test": "jest",
    "build": "tsc"
  },
  "devDependencies": {
    "prettier": "3.0.2"
  },
  "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
  }
}
