-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.09 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "eshop-scraper",
"version": "1.4.1",
"description": "A powerful npm package designed for web scraping e-commerce websites.",
"module": "dist/index.js",
"main": "dist/index.cjs",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"format": "prettier --write ."
},
"type": "module",
"engines": {
"node": ">=20.11.0",
"npm": ">=10.2.4"
},
"author": "MD. Israfil Miya",
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",
"axios-retry": "^4.4.2",
"jsdom": "^20.0.3"
},
"bugs": {
"url": "https://github.com/israfil-miya/eshop-scraper/issues"
},
"homepage": "https://github.com/israfil-miya/eshop-scraper#readme",
"repository": {
"type": "git",
"url": "https://github.com/israfil-miya/eshop-scraper.git"
},
"keywords": [
"price finder",
"e-commerce",
"scraper",
"shop",
"amazon",
"price fetcher",
"amazon",
"steam",
"ebay",
"bikroy"
],
"devDependencies": {
"@types/jsdom": "^21.1.7",
"prettier": "^2.8.8",
"tsup": "^8.2.3",
"typescript": "^5.5.4"
}
}