-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 961 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 961 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "cloudku-religion",
"version": "1.0.0",
"description": "Cloudku Religion Rest Api - Comprehensive Islamic API with Quran, Hadith, Prayer times and more",
"type": "module",
"main": "main.js",
"homepage": "https://cloudku.us.kg",
"repository": {
"type": "git",
"url": "git+https://github.com/cloudkuimages/cloudku-murotal-api.git"
},
"bugs": {
"url": "https://github.com/cloudkuimages/cloudku-murotal-api/issues"
},
"keywords": [
"islamic-api",
"quran-api",
"hadith-api",
"prayer-times",
"murotal",
"religion",
"islam",
"rest-api"
],
"scripts": {
"start": "node main.js"
},
"author": {
"name": "AlfiDev",
"url": "https://cloudku.us.kg"
},
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"axios": "^1.9.0",
"chalk": "^5.4.1",
"cloudku-uploader": "latest",
"express": "^5.1.0",
"cloudku-murotal": "latest"
}
}