-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
41
42
43
44
45
46
47
48
49
{
"name": "@koopjs/provider-elastic-sql",
"version": "1.0.1",
"description": "Koop provider for Elastic SQL API",
"main": "index.js",
"scripts": {
"test": "jest",
"test:cov": "jest --coverage",
"lint": "eslint \"**/*.js\"",
"lint:ci": "eslint \"**/*.js\" --rule linebreak-style:0 ",
"lint:fix": "eslint \"**/*.js\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koopjs/koop-provider-elastic.git"
},
"keywords": [
"koop",
"elasticsearch",
"opensearch",
"provider"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/koopjs/koop-provider-elastic/issues"
},
"homepage": "https://github.com/koopjs/koop-provider-elastic#readme",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"@elastic/elasticsearch": "^8.9.0",
"@esri/proj-codes": "^3.1.0",
"@koopjs/geoservice-utils": "^2.0.0",
"@terraformer/arcgis": "^2.1.2",
"@terraformer/wkt": "^2.2.0",
"@turf/bbox-polygon": "^6.5.0",
"joi": "^17.11.0",
"lodash": "^4.17.21",
"proj4": "^2.9.0",
"wkt-parser": "^1.3.3"
},
"devDependencies": {
"@koopjs/koop-core": "^9.2.8",
"eslint": "^8.51.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"gh-release": "^7.0.2",
"jest": "^29.7.0"
}
}