{
  "name": "@glowstudent/youversion",
  "version": "2.2.0",
  "description": "A simple module to get the Verse of the Day and any verse you would like.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "funding": "https://ko-fi.com/glowstudent",
  "dependencies": {
    "axios": "1.1.3",
    "cheerio": "1.0.0-rc.12",
    "cheerio-select": "2.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-typescript": "^7.26.0",
    "@types/node": "^18.11.9",
    "@vitest/coverage-v8": "^1.6.0",
    "gulp": "^5.0.0",
    "gulp-babel": "^8.0.0",
    "rimraf": "^6.0.1",
    "typescript": "^4.9.3",
    "vitest": "^1.6.0"
  },
  "scripts": {
    "clean": "npx rimraf --glob dist/ ./*.tgz",
    "copyfiles": "cp ./src/core/db/ ./dist/core/db/ -r",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "babel": "npm run clean && npx babel src -d dist --extensions .ts --no-copy-ignored && npm run copyfiles",
    "build": "npm run babel && npm run tsc && npm run pack",
    "tsc": "npx tsc",
    "pack": "npm pack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Glowstudent777/YouVersion-API-NPM.git"
  },
  "keywords": [
    "bible",
    "youversion",
    "verse",
    "verse-of-the-day",
    "votd",
    "scripture"
  ],
  "author": "Glowstudent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Glowstudent777/YouVersion-API-NPM/issues"
  },
  "homepage": "https://github.com/Glowstudent777/YouVersion-API-NPM#readme"
}