File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
const ProductsScraper = require ( './products-scraper' )
4
4
5
- module . exports = ( options ) => { return new ProductsScraper ( options ) }
5
+ module . exports = ProductsScraper
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " amazon-proxy-scraper" ,
2
+ "name" : " @scrapingant/ amazon-proxy-scraper" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Amazon products scraper by keyword with using ScrapingAnt API" ,
5
5
"main" : " index.js" ,
25
25
"got" : " ^11.1.0" ,
26
26
"json2csv" : " ^5.0.1" ,
27
27
"yargs" : " ^15.3.1"
28
- }
28
+ },
29
+ "devDependencies" : {},
30
+ "repository" : {
31
+ "type" : " git" ,
32
+ "url" : " git+https://github.com/ScrapingAnt/amazon_scraper.git"
33
+ },
34
+ "bugs" : {
35
+ "url" : " https://github.com/ScrapingAnt/amazon_scraper/issues"
36
+ },
37
+ "homepage" : " https://github.com/ScrapingAnt/amazon_scraper#readme"
29
38
}
You can’t perform that action at this time.
0 commit comments