-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.39 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
50
{
"name": "@koopjs/provider-arcgis-search",
"version": "2.0.9",
"description": "Koop provider for ArcGIS Search",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "cd koop-server-app && node server.js",
"debug": "cd koop-server-app && NODE_ENV=test node server.js",
"lint": "eslint .",
"test": "jest --coverage",
"release": "npm publish ./ --access=public ",
"test:cov": "jest --coverage --coverageReporters='json-summary' && coverage-badges --source ./test/coverage/coverage-summary.json --output ./coverage.svg",
"test:watch": "jest --watch"
},
"dependencies": {
"@koopjs/logger": "^5.0.0",
"@terraformer/arcgis": "^2.1.2",
"axios": "^1.3.4",
"config": "^3.0.0",
"farmhash": "^3.3.0",
"joi": "^17.9.1",
"proj4": "^2.9.0"
},
"author": "Andrew Turner",
"license": "Apache-2.0",
"devDependencies": {
"coverage-badges-cli": "^1.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "~8.3.0",
"jest": "^29.5.0",
"nock": "^13.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koopjs/koop-provider-arcgis-search.git"
},
"bugs": {
"url": "https://github.com/koopjs/koop-provider-arcgis-search/issues"
},
"homepage": "https://github.com/koopjs/koop-provider-arcgis-search",
"keywords": [
"koop",
"provider",
"arcgis",
"search"
]
}