diff --git a/bun.lockb b/bun.lockb index c02e874..6264923 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2d5f50e..6cf5b0d 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "geostyler-rest-bun", "version": "1.0.0", "type": "module", + "main": "src/index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "bun run --watch src/index.ts" @@ -10,12 +11,17 @@ "@elysiajs/html": "^1.0.2", "@elysiajs/swagger": "^1.0.5", "elysia": "^1.0.24", - "geostyler-lyrx-parser": "1.0.0-next.1", + "geostyler-lyrx-parser": "link:geostyler-lyrx-parser", "geostyler-sld-parser": "^6.0.0-next.8", + "geostyler-qgis-parser": "^2.1.0-next.3", + "geostyler-mapbox-parser": "^6.0.0-next.1", + "geostyler-cql-parser": "4.0.0-beta.5", "loggisch": "^0.0.1" }, + "overrides": { + "geostyler-cql-parser": "$geostyler-cql-parser" + }, "devDependencies": { "bun-types": "latest" - }, - "module": "src/index.js" + } }