-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
62 lines (62 loc) · 1.21 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
{
"name": "ramadan-cli",
"version": "5.3.0",
"description": "Check Sehar and Iftar times in Ramadan within your terminal.",
"license": "MIT",
"repository": "ahmadawais/ramadan-cli",
"author": {
"name": "Ahmad Awais",
"email": "me@AhmadAwais.com",
"url": "https://twitter.com/MrAhmadAwais"
},
"main": "index.js",
"engines": {
"node": ">=12.x"
},
"bin": {
"ramadan-cli": "index.js",
"ramzan": "index.js",
"ramazan": "index.js",
"ramadan": "index.js",
"roza": "index.js"
},
"files": [
"index.js",
"utils/*",
"data/*"
],
"keywords": [
"ramadan-cli",
"ramazan-cli",
"sehar iftar",
"roza",
"roza time",
"Ahmad Awais",
"ahmadawais"
],
"devDependencies": {
"ava": "^3.7.1",
"execa": "^5.0.0",
"prettier": "^2.0.5"
},
"scripts": {
"test": "ava",
"format": "prettier --write \"./**/*.{js,json}\""
},
"dependencies": {
"await-to-js": "^3.0.0",
"axios": "^0.26.1",
"chalk": "^4.1.0",
"cli-alerts": "^1.2.2",
"cli-check-node": "^1.3.0",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.0",
"cli-meow-help": "^3.1.0",
"cli-table3": "^0.6.0",
"cli-welcome": "^2.2.2",
"log-symbols": "^4.1.0",
"luxon": "^2.3.1",
"meow": "^9.0.0",
"ora": "^5.4.0"
}
}