{
  "name": "bibles-js",
  "version": "2.0.1",
  "description": "A Simple JS Library for Querying the Bible",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "chapter-and-verse": "^3.0.4",
    "fast-xml-parser": "^3.17.4",
    "he": "^1.2.0"
  },
  "devDependencies": {
    "jest": "^26.1.0",
    "prettier": "^2.0.5"
  }
}
