-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "@open-pioneer/ogc-features",
"version": "0.8.0",
"description": "This package provides utilities to work with OGC API Features services.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/ogc-features"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
"dependencies": {
"@open-pioneer/core": "catalog:",
"@open-pioneer/http": "catalog:",
"ol": "catalog:",
"uuid": "catalog:"
},
"devDependencies": {
"@open-pioneer/search": "workspace:^",
"@open-pioneer/map-test-utils": "workspace:^",
"@open-pioneer/test-utils": "catalog:",
"openlayers-base-packages": "workspace:*"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": false
}
}