-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 759 Bytes
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
{
"author": "Atakan75",
"name": "amazon-product-data-fetcher",
"version": "0.0.2",
"description": "Simple Amazon product data fetcher/scraper.",
"keywords": [
"amazon",
"amazon scraper",
"amazon product data",
"amazon product data scraper"
],
"main": "./src/index.js",
"type": "module",
"scripts": {
"release": "npm publish --access public && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "https://github.com/Atakan75/amazon-product-scraper"
},
"dependencies": {
"ocr-space-api-wrapper": "^2.3.0",
"puppeteer": "^21.6.1",
"puppeteer-cluster": "^0.23.0",
"puppeteer-core": "^22.1.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}