-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 934 Bytes
/
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
{
"name": "icastdownloader",
"version": "0.0.7",
"description": "Download iCast hebrew audiobooks",
"type": "module",
"bin": {
"iCastDownloader": "index.js"
},
"scripts": {
"start": "node index.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/20lives/iCastDownloader.git"
},
"keywords": [
"Audiobooks",
"iCast",
"hebrew",
"audiobooks",
"Downloader"
],
"author": "20lives",
"license": "MIT",
"bugs": {
"url": "https://github.com/20lives/iCastDownloader/issues"
},
"homepage": "https://github.com/20lives/iCastDownloader#readme",
"dependencies": {
"inquirer": "^7.1.0",
"node-fetch": "^2.6.0",
"progress": "^2.0.3",
"xml2js": "^0.4.23"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.4"
}
}