-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 736 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
{
"name": "@codewithnuh/quran-cli",
"version": "1.0.2",
"description": "",
"main": "index.js",
"type": "module",
"bin": {
"quran-cli": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"quran",
"quran-cli",
"cli",
"command-line",
"islam",
"ayat",
"alquran",
"muslim-tools",
"quran-reader",
"terminal"
],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268",
"dependencies": {
"chalk": "^5.6.2",
"cli-table3": "^0.6.5",
"commander": "^14.0.3"
}
}