forked from cermak-petr/actor-zillow-api-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) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 757 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": "actor-zillow-api",
"version": "0.0.1",
"dependencies": {
"apify": "^2.3.1",
"moment": "^2.29.3",
"@turf/turf": "^6.5.0",
"got-scraping": "^3.2.9",
"puppeteer": "*"
},
"devDependencies": {
"@apify/eslint-config": "^0.3.1",
"eslint": "^8.14.0"
},
"scripts": {
"start": "node src/main.js",
"lint": "eslint ./src --ext .js,.jsx",
"lint:fix": "eslint ./src --ext .js,.jsx --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/cermak-petr/actor-zillow-api-scraper"
},
"author": {
"name": "Petr Čermák",
"url": "https://github.com/cermak-petr"
},
"license": "Apache-2.0"
}