Skip to content

Commit

Permalink
Dependencies fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kami4ka committed Jun 10, 2022
1 parent 080a170 commit bd5611d
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 2 deletions.
131 changes: 130 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrapingant/amazon-proxy-scraper",
"version": "2.1.0",
"version": "2.1.1",
"description": "Amazon products scraper by keyword with using ScrapingAnt API",
"main": "index.js",
"bin": {
Expand All @@ -22,6 +22,7 @@
"license": "MIT",
"dependencies": {
"@scrapingant/scrapingant-client": "0.1.0",
"cheerio": "^1.0.0-rc.11",
"cli-progress": "^3.9.0",
"json2csv": "^5.0.6",
"json2xls": "^0.1.2",
Expand Down

0 comments on commit bd5611d

Please sign in to comment.