hadith-collections
Version:
A comprehensive npm package for searching and browsing hadith collections with Arabic and English support
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "hadith-collections",
"version": "1.0.0",
"description": "A comprehensive npm package for searching and browsing hadith collections with Arabic and English support",
"license": "MIT",
"author": "faressoft",
"type": "commonjs",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"hadith-cli": "./cli.js"
},
"keywords": [
"hadith",
"islam",
"sunnah",
"bukhari",
"muslim",
"quran",
"arabic",
"islamic-texts"
],
"scripts": {
"test": "jest"
},
"dependencies": {
"inquirer-autocomplete-standalone": "^0.8.1",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"@types/node": "^20.10.0",
"jest": "^30.0.5"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faressoft/hadith-collections.git"
},
"bugs": {
"url": "https://github.com/faressoft/hadith-collections/issues"
},
"homepage": "https://github.com/faressoft/hadith-collections#readme"
}