-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "hotels-scraper-js",
"version": "0.1.0",
"description": "Parser for Airbnb, Booking, Hotels.com in JavaScript. Sponsored by SerpApi.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimitryzub/hotels-scraper-js.git"
},
"keywords": [
"webscraping",
"hotels",
"scrape",
"hotels-scraper",
"hotels-parser",
"serpapi",
"airbnb",
"airbnb-scraper",
"booking",
"booking-scraper",
"hotels.com"
],
"author": "https://github.com/Mykhailo-Zub",
"license": "MIT",
"bugs": {
"url": "https://github.com/dimitryzub/hotels-scraper-js/issues"
},
"homepage": "https://github.com/dimitryzub/hotels-scraper-js#readme",
"dependencies": {
"axios": "^1.3.4",
"chalk": "^5.2.0",
"moment": "^2.29.4",
"puppeteer": "^19.7.2",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"user-agents": "^1.0.1295"
}
}