-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
42
43
44
{
"name": "koop-provider-knowledge",
"version": "0.3.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "standard && mocha 'test/**/*.spec.js' --recursive -t 5000",
"fix": "standard --fix"
},
"author": "",
"license": "ISC",
"dependencies": {
"@terraformer/arcgis": "^2.1.0",
"@terraformer/wkt": "^2.0.7",
"@turf/projection": "^6.5.0",
"from-exponential": "^1.1.1",
"gzip-js": "^0.3.2",
"koop": "^4.1.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"node-sql-parser": "^3.9.3",
"protobufjs": "^6.11.2",
"sqlite-parser": "^1.0.1",
"uuid": "^8.3.2"
},
"standard": {
"globals": [
"describe",
"it",
"before",
"after",
"beforeEach",
"afterEach"
],
"ignore": [
"src/utilities/EsriKnowledgeGraph.js"
]
},
"devDependencies": {
"mocha": "^9.2.2",
"should": "^13.2.3",
"standard": "^16.0.4"
}
}