ephrem
Version:
Ephrem is a light-weight API wrapper for API.Bible, built using NodeJS and Typescript. Ephrem validates bible references and fetches scripture text corresponding to the references.
97 lines (96 loc) • 2.52 kB
JSON
{
"name": "ephrem",
"version": "0.11.2",
"description": "Ephrem is a light-weight API wrapper for API.Bible, built using NodeJS and Typescript. Ephrem validates bible references and fetches scripture text corresponding to the references.",
"keywords": [
"Bible",
"Scripture",
"Multilingual",
"API"
],
"repository": {
"type": "git",
"url": "https://github.com/stevin-wilson/ephrem"
},
"license": "MIT",
"author": {
"name": "Stevin Wilson",
"email": "hello@stevinwilson.com"
},
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"bin": {
"setup-ephrem": "./lib/setup-ephrem-cli.js"
},
"files": [
"lib/",
"package.json",
"LICENSE.md",
"README.md"
],
"scripts": {
"build": "tsup",
"format": "prettier .",
"lint": "eslint . --max-warnings 0",
"lint:knip": "knip",
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line",
"lint:packages": "pnpm dedupe --check",
"lint:spelling": "cspell \"**\" \".github/**/*\"",
"prepare": "husky",
"test": "vitest",
"tsc": "tsc"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
},
"dependencies": {
"@commander-js/extra-typings": "^13.0.0",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"env-paths": "^3.0.0"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
"@eslint/js": "9.19.0",
"@release-it/conventional-changelog": "10.0.0",
"@types/eslint-plugin-markdown": "2.0.2",
"@types/eslint__js": "8.42.3",
"@types/node": "22.10.0",
"@vitest/coverage-v8": "3.0.0",
"@vitest/eslint-plugin": "1.1.7",
"console-fail-test": "0.5.0",
"cspell": "8.17.0",
"eslint": "9.19.0",
"eslint-plugin-jsdoc": "50.6.0",
"eslint-plugin-jsonc": "2.19.0",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-package-json": "0.21.0",
"eslint-plugin-perfectionist": "3.9.0",
"eslint-plugin-regexp": "2.7.0",
"eslint-plugin-yml": "1.16.0",
"husky": "9.1.6",
"jsonc-eslint-parser": "2.4.0",
"knip": "5.43.1",
"lint-staged": "15.4.0",
"markdownlint": "0.37.0",
"markdownlint-cli": "0.44.0",
"prettier": "3.4.0",
"prettier-plugin-curly": "0.3.1",
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-sh": "0.14.0",
"release-it": "18.1.1",
"sentences-per-line": "0.3.0",
"tsup": "8.3.0",
"typescript": "5.7.2",
"typescript-eslint": "8.21.0",
"vitest": "3.0.0"
},
"engines": {
"node": ">=18.3.0"
},
"publishConfig": {
"provenance": true
}
}