forked from davidjohnbarton/crawler-google-places
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1020 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
33
34
35
36
37
{
"name": "crawler-google-places",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"scripts": {
"test-local": "mocha --file ./test/crawler.local.js",
"test-platform": "mocha --file ./test/crawler.platform.js",
"start": "node ./src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drobnikj/crawler-google-places.git"
},
"keywords": [
"crawler",
"google",
"places"
],
"author": "Jakub Drobnik <drobnik.j@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/drobnikj/crawler-google-places/issues"
},
"homepage": "https://github.com/drobnikj/crawler-google-places#readme",
"dependencies": {
"@turf/turf": "^5.1.6",
"apify": "^1.3.1",
"puppeteer": "*"
},
"devDependencies": {
"@types/jquery": "^3.5.5",
"chai": "^4.2.0",
"mocha": "^8.2.0",
"write-json": "^3.0.1"
}
}