-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 957 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
38
39
40
41
{
"name": "@watergis/elastic2mvt",
"version": "1.0.0",
"description": "This module generate Mapbox vector tiles from Elasticsearch",
"main": "index.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watergis/elastic2mvt.git"
},
"keywords": [
"vectortiles",
"elasticsearch",
"mapbox",
"pbf"
],
"author": "Jin IGARASHI",
"license": "MIT",
"bugs": {
"url": "https://github.com/watergis/elastic2mvt/issues"
},
"homepage": "https://github.com/watergis/elastic2mvt#readme",
"dependencies": {
"@mapbox/tilebelt": "^1.0.2",
"@turf/bbox-polygon": "^6.0.1",
"elasticsearch": "^16.7.1",
"fs": "0.0.1-security",
"mapnik": "^4.5.3-imagetest.2",
"path": "^0.12.7",
"zlib": "^1.0.5"
},
"devDependencies": {
"chai": "^4.2.0",
"jest": "^26.6.3"
}
}