-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "geostyler-rest",
"version": "1.0.0",
"description": "REST interface for GeoStyler to convert between various formats for styling of geographic data.",
"type": "module",
"main": "src/index.ts",
"scripts": {
"test": "bun test",
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts",
"lint": "eslint -c .eslintrc.cjs src/**.ts*"
},
"keywords": [
"GeoStyler",
"REST"
],
"contributors": [
{
"name": "GeoStyler REST Contributors",
"url": "https://github.com/geostyler/geostyler-rest/graphs/contributors"
}
],
"license": "BSD-2-Clause",
"dependencies": {
"@elysiajs/html": "^1.0.2",
"@elysiajs/swagger": "^1.0.5",
"@terrestris/eslint-config-typescript": "^5.0.0",
"elysia": "^1.0.24",
"eslint": "^8.57.0",
"geostyler-cql-parser": "4.0.0",
"geostyler-lyrx-parser": "^1.0.0",
"geostyler-mapbox-parser": "^6.0.0",
"geostyler-qgis-parser": "^3.0.0",
"geostyler-sld-parser": "^6.0.0",
"loggisch": "^0.0.1"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"bun-types": "latest"
},
"funding": "https://opencollective.com/geostyler"
}