-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.19 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.19 KB
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
{
"name": "iftar",
"version": "3.0.0",
"description": "Iftar Command Line Tools",
"type": "module",
"main": "src/index.js",
"bin": {
"iftar": "src/index.js"
},
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js"
},
"keywords": [
"iftar",
"prayer",
"times",
"tool",
"vorpal",
"cli",
"ora",
"spinner",
"shell",
"command",
"api",
"ramadan",
"iftar",
"namaz",
"ramazan",
"prayer",
"islamic",
"cli",
"turkey"
],
"author": {
"name": "Enes Erdogan",
"email": "enes@erdogan.com",
"github": "https://github.com/eneserdogan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eneserdogan/iftar.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/eneserdogan/iftar/issues"
},
"homepage": "https://github.com/eneserdogan/iftar#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"axios": "^1.6.5",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"dayjs": "^1.11.19",
"dotenv": "^16.3.1",
"inquirer": "^9.2.12",
"inquirer-autocomplete-prompt": "^3.0.1",
"ora": "^7.0.1"
}
}