-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 975 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
{
"name": "ecommerce-scraper-js",
"description": "Scrape Amazon, eBay, Walmart, Home Depot, Google Shopping from a single JS module. Sponsored by SerpApi.",
"version": "0.0.9",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimitryzub/ecommerce-scraper-js.git"
},
"keywords": [
"webscraping",
"scrape",
"serpapi",
"amazon",
"ebay",
"home depot",
"walmart",
"google shopping",
"ecommerce"
],
"author": "https://github.com/Mykhailo-Zub",
"license": "MIT",
"bugs": {
"url": "https://github.com/dimitryzub/ecommerce-scraper-js/issues"
},
"homepage": "https://github.com/dimitryzub/ecommerce-scraper-js#readme",
"dependencies": {
"puppeteer": "^19.11.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"serpapi": "^1.1.1"
}
}