forked from dtrungtin/actor-airbnb-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 756 Bytes
/
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
{
"name": "airbnb-scraper",
"version": "1.0.1",
"description": "This is a boilerplate of an Apify actor.",
"main": "main.js",
"dependencies": {
"@turf/turf": "^6.5.0",
"apify": "^2.3.2",
"camelcase-keys-recursive": "^1.0.0",
"csvtojson": "^2.0.10",
"lodash.get": "^4.4.2",
"moment": "^2.29.3"
},
"devDependencies": {
"@apify/eslint-config": "^0.1.2",
"@types/lodash.get": "^4.4.6",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"eslint": "^7.9.0",
"typescript": "^4.0.3"
},
"scripts": {
"start": "node main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dtrungtin/actor-airbnb-scraper"
},
"author": "",
"license": "ISC",
"homepage": ""
}