forked from cermak-petr/actor-booking-scraper
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 667 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 667 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": "booking-hotels",
"version": "1.0.0",
"description": "Crawl a number of web pages using headless Chrome and Puppeteer",
"main": "src/main.js",
"dependencies": {
"apify": "^0.5.13"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-promise": "^4.0.1",
"mocha": "^5.2.0"
},
"scripts": {
"start": "node src/main",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"homepage": ""
}