UNPKG

the-holy-bible-api

Version:

![The Holy Bible API](https://ik.imagekit.io/srichus/random-pics/bible-glow.gif?updatedAt=1708167707218) # The Holy Bible API

45 lines (44 loc) 973 B
{ "name": "the-holy-bible-api", "version": "1.3.0", "description": "", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "npx ts-node ./src/index.ts", "test": "jest --verbose --coverage --watchAll=false" }, "keywords": [ "open-source", "typescript", "npm-package", "asyc-await", "jest-tests", "open-source-project", "holy-bible", "bible-api", "the-holy-bible-api" ], "author": "Sricharan Krishnan (https://github.com/sricharankrishnan)", "repository": { "type": "git", "url": "https://github.com/sricharankrishnan/the-holy-bible-api" }, "license": "MIT", "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "tsup": "^8.0.1", "typescript": "^5.3.3" }, "dependencies": { "axios": "^1.6.7" } }