-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 991 Bytes
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 991 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
44
45
46
47
48
49
50
{
"name": "roza",
"version": "1.0.6",
"description": "Check Sehar and Iftar times in Ramadan within your terminal.",
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=12.x"
},
"bin": {
"ramadan-cli": "index.js",
"ramadan": "index.js",
"roza": "index.js"
},
"files": [
"index.js",
"utils/*",
"data/*"
],
"keywords": [
"roza",
"ramadan-cli"
],
"devDependencies": {
"ava": "^3.7.1",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.3",
"execa": "^5.0.0",
"prettier": "^2.0.5"
},
"scripts": {
"test": "ava",
"format": "prettier --write \"./**/*.{js,json}\"",
"get-data": "node ./utils/getNewData.js"
},
"dependencies": {
"chalk": "^4.1.0",
"cli-alerts": "^1.2.2",
"cli-check-node": "^1.3.0",
"cli-handle-error": "^4.1.0",
"cli-handle-unhandled": "^1.1.0",
"cli-table3": "^0.6.0",
"cli-welcome": "^2.2.2",
"log-symbols": "^4.1.0",
"luxon": "^1.23.0",
"meow": "^9.0.0",
"ora": "^5.4.0",
"await-to-js": "^3.0.0"
}
}