-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
30 lines (30 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "hadith-json",
"description": "A comprehensive JSON-formatted database containing [Both Arabic and English] the Hadiths - the sayings and actions of Prophet Muhammed (PBUH) - is available, comprising 17 books of Hadiths including Sahih Bukhari, Sahih Muslim, Sunan Abu Dawud, Sunan Ibn Majah, Sunan Al-Nasa'i, Sunan Al-Tirmidhi, Muwatta Malik, Musnad Ahmad, Sunan Al-Darimi, Riyad Al-Salihin, Al-Adab Al-Mufrad, Bulugh Al-Maram, Al-Shamai'l Al-Muhammadiiah, Mishkat Al-Masabih, Al-Arbain Al-Nwa'wiyyah, Al-Arbain Al-Qudsiyyah, and Arbain Shah Waliullah.",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"start": "node dist/index.js",
"format": "biome check . --apply"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@types/cheerio": "^0.22.31",
"@types/cli-progress": "^3.11.0",
"@types/node": "^18.19.29",
"tsup": "^8.0.2",
"typescript": "^5.0.4"
},
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"cli-progress": "^3.12.0",
"dotenv": "^16.0.3",
"mongodb": "^5.4.0"
}
}