-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 KB
/
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
{
"name": "@koopjs/provider-elasticsearch",
"version": "3.7.1",
"description": "Elastic Search Provider for Koop",
"main": "src/index.js",
"scripts": {
"start": "koop serve --port 80",
"start-https": "koop serve --port 443 --ssl-cert cert.pem --ssl-key key.pem",
"test": "standard && tape test/*.js | tap-spec"
},
"keywords": [
"koop", "elasticsearch"
],
"author": "Danny Hatcher",
"license": "Apache-2.0",
"dependencies": {
"@elastic/elasticsearch": "^7.13.0",
"@opensearch-project/opensearch": "^2.6.0",
"@koopjs/koop-core": "^8.0.2",
"@koopjs/logger": "^5.0.0",
"@mapbox/geojson-rewind": "^0.5.0",
"@mapbox/tilebelt": "^1.0.2",
"flat": "^5.0.0",
"h3-js": "^3.7.2",
"moment": "2.29.4",
"ngeohash": "^0.6.3",
"polygon-splitter": "0.0.8",
"proj4": "2.4.4",
"sqlite-parser": "1.0.1",
"@terraformer/wkt": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koopjs/koop-provider-elasticsearch.git"
},
"devDependencies": {
"@koopjs/cli": "^1.1.7",
"gh-release": "^6.0.0"
}
}