forked from petrpatek/tripadvisor-scraper
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 669 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 669 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
{
"name": "tripadvisor-public",
"version": "1.0.0",
"description": "Crawl a number of web pages using headless Chrome and Puppeteer",
"main": "index.js",
"dependencies": {
"apify": "^0.11.0",
"axios": "^0.18.0",
"check-types": "^8.0.1",
"cheerio": "^1.0.0-rc.2",
"eslint": "^5.14.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-promise": "^4.0.1",
"moment": "^2.24.0"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"homepage": ""
}