-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.59 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "zero-deps-prayer-times",
"version": "1.0.4",
"description": "A lightweight, embeddable Islamic prayer times calculator based on date and coordinates, with zero external dependencies.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup index.ts --format cjs,esm --dts",
"lint": "tsc"
},
"devDependencies": {
"@types/bun": "latest",
"@types/jest": "^29.5.14",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"author": "Awa alwalxed@proton.me",
"license": "MIT",
"homepage": "https://github.com/alwalxed/zero-deps-prayer-times",
"repository": {
"type": "git",
"url": "git+https://github.com/alwalxed/zero-deps-prayer-times.git"
},
"bugs": {
"url": "https://github.com/alwalxed/zero-deps-prayer-times/issues"
},
"keywords": [
"prayer-times",
"islamic",
"muslim-prayers",
"adhan-prayers",
"azan-times",
"prayer-time-calculator",
"islamic-utilities",
"date-and-time",
"azan-prayer-times",
"religious-tools",
"islamic-applications",
"muslim-utilities",
"salah-times",
"adhan-notifications",
"islamic-clock",
"umrah-timetable",
"ramadan-prayers",
"daily-prayers",
"prayer-time-api",
"islamic-date-time",
"prayer-schedules",
"local-prayer-times",
"time-zone-prayers",
"islamic-calendar-api",
"muslim-schedules",
"islamic-app",
"web-prayer-times",
"prayer-time-calculator-js",
"timezones",
"islamic-time-converter"
]
}