-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 911 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": "@koopjs/provider-ogcapi-features",
"version": "0.3.0",
"description": "An opinionated provider template for koop-cli",
"main": "src/index.js",
"scripts": {
"test": "mocha 'test/**/*.test.js'",
"start": "koop serve"
},
"dependencies": {
"@ogcapi-js/features": "^0.1.2",
"config": "^3.3.1",
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"@koopjs/cli": "^0.7.0",
"chai": "^4.2.0",
"fetch-mock": "^9.10.7",
"husky": "^4.2.5",
"mocha": "^8.1.3",
"prettier": "^2.1.1",
"pretty-quick": "^3.0.0",
"proxyquire": "^2.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/koopjs/provider-ogcapi-features.git"
},
"license": "Apache-2.0",
"keywords": [
"koop",
"plugin",
"provider",
"ogcapi-features"
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}