-
Notifications
You must be signed in to change notification settings - Fork 193
/
package.json
executable file
·43 lines (43 loc) · 1.17 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
{
"name": "amazon-buddy",
"version": "2.2.44",
"description": "Amazon Scraper. You can scrape products from amazon search result and you can also scrape reviews from a specific product",
"main": "./lib/index.js",
"bin": {
"amazon-buddy": "bin/cli.js"
},
"files": [
"lib"
],
"dependencies": {
"async": "^3.2.0",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.3",
"json2csv": "^4.5.3",
"moment": "^2.27.0",
"ora": "^4.0.2",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"socks-proxy-agent": "^5.0.0",
"tough-cookie": "^3.0.1",
"yargs": "^14.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drawrowfly/amazon-scraper.git"
},
"keywords": [
"amazon",
"scraper"
],
"author": "drawrowfly",
"license": "MIT",
"bugs": {
"url": "https://github.com/drawrowfly/amazon-scraper/issues"
},
"homepage": "https://github.com/drawrowfly/amazon-scraper#readme"
}