-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.07 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
41
42
43
44
45
46
47
48
{
"name": "@ahmetcetin/image-downloader",
"version": "1.1.4",
"description": "A CLI app that lets you download images from Google Image search.",
"homepage": "https://github.com/ahmetcetin/google-image-downloader#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ahmetcetin/google-image-downloader.git"
},
"engines": {
"node": ">=12"
},
"keywords": [
"google",
"image",
"download",
"scraper",
"scrape",
"photo",
"cli"
],
"preferGlobal": true,
"main": "index.js",
"bin": {
"googledl": "bin/googledl"
},
"scripts": {},
"author": "Ahmet Cetin",
"license": "MIT",
"dependencies": {
"boxen": "^5.0.1",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"clear": "^0.1.0",
"figlet": "^1.4.0",
"inquirer": "^7.2.0",
"md5": "^2.2.1",
"mkdirp": "^1.0.4",
"puppeteer": "^7.0.0",
"superagent": "^6.0.0",
"winston": "^3.3.3",
"yargs": "^17.0.0"
},
"bugs": {
"url": "https://github.com/ahmetcetin/google-image-downloader/issues"
},
"devDependencies": {}
}