-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.3 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
{
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"jsdoc": "^3.6.10"
},
"bin" : { "q-cli" : "bin/index.js" },
"dependencies": {
"colors": "^1.4.0",
"node-fetch": "^2.6.7",
"node-mpv": "^1.5.0",
"ts-command-line-args": "^2.3.1"
},
"name": "@quran-cli/q-cli",
"description": "A simple command line interface for listening to Quran. ## Used API [mp3quran](https://mp3quran.net/eng/api) ## Installation - `npm install` - Install **mpv** as it is required for playing the audio. - Debian based distributions `sudo add-apt-repository ppa:mc3man/mpv-tests` `sudo apt update && sudo apt install mpv` - Windows [Follow This link](https://mpv.io/installation/#:~:text=master%20is%20recommended.-,Windows,-All%20binary%20packages)",
"version": "1.1.3",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mostafa-wael/Quran-cli.git"
},
"keywords": [
"quran",
"cli",
"radio",
"recitation",
"audio",
"mp3",
"mpv"
],
"author": "MostafaWael AhmedIhab We'amBassem",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mostafa-wael/Quran-cli/issues"
},
"homepage": "https://github.com/Mostafa-wael/Quran-cli#readme"
}