forked from drawrowfly/amazon-product-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1002 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
{
"name": "amazon-buddy",
"version": "1.4.6",
"description": "Amazon Scraper. You can scrape products from amazon search result and you can also scrape reviews from a specific product",
"main": "index.js",
"bin": {
"amazon-buddy": "bin/cli.js"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"bluebird": "^3.7.0",
"cheerio": "^1.0.0-rc.3",
"json2csv": "^4.5.3",
"ora": "^4.0.2",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"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"
}