-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 927 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
{
"name": "@acephale-green-party/coomer-downloader",
"version": "2.0.8",
"author": "smartacephal",
"license": "MIT",
"description": "Downloads images/videos from Coomer/Kemono/Reddit-NSFW user posts",
"keywords": [
"downloader",
"cli",
"scraper",
"fetch",
"nsfw",
"simpcity",
"coomer",
"kemono",
"reddit",
"nsfw.xxx",
"bunkr"
],
"repository": "github:smartacephale/coomer-downloader",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node ./index.js",
"test": "echo \"Error: no test specified\""
},
"bin": {
"coomer-downloader": "./index.js"
},
"bugs": {
"url": "https://github.com/smartacephale/coomer-downloader",
"email": "atm.mormon@protonmail.com"
},
"dependencies": {
"cheerio": "^1.0.0",
"cli-progress": "^3.12.0",
"fetch-cookie": "^3.1.0",
"node-fetch": "^3.3.2",
"yargs": "^17.7.2"
}
}