{
  "name": "bible-abbreviation",
  "version": "1.0.7",
  "description": "Easily obtain the universal identifiers and full names of the books of the Bible in a variety of formats and languages.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "keywords": [
    "bible",
    "canon",
    "book",
    "name",
    "title",
    "abbreviation",
    "universal",
    "gospel"
  ],
  "author": "ryanhmd",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ryan-hmd/bible-abbreviation"
  },
  "private": false,
  "devDependencies": {
    "@types/unidecode": "^0.1.3",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "unidecode": "^0.1.8"
  }
}
