{
  "name": "@eox/map",
  "version": "2.3.0",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git@github.com:EOX-A/EOxElements.git"
  },
  "dependencies": {
    "@eox/elements-utils": "^1.1.0",
    "@eox/ui": "^0.6.0",
    "@openglobus/og": "^0.28.6",
    "flatgeobuf": "^4.4.0",
    "lit": "^3.2.0",
    "ol": "^10.8.0",
    "ol-mapbox-style": "^13.2.1",
    "ol-stac": "^1.1",
    "proj4": "^2.20.2",
    "serialize-javascript": "^7.0.1"
  },
  "devDependencies": {
    "@types/proj4": "^2.5.4",
    "vite": "^7.1.12"
  },
  "engines": {
    "npm": ">=8.0.0",
    "node": ">=18.0.0"
  },
  "files": [
    "types",
    "dist",
    "src"
  ],
  "main": "./src/main.js",
  "types": "./types/main.d.ts",
  "typesVersions": {
    "*": {
      ".": [
        "./types/main.d.ts"
      ],
      "src/*": [
        "./types/*"
      ]
    }
  },
  "scripts": {
    "types:generate": "tsc --project tsconfig.build.json || true",
    "prepack": "npm run schema:generate && npm run types:generate",
    "build": "vite build --config vite.config.advancedLayersAndSources.js && vite build --config vite.config.globe.js && vite build --config vite.config.js",
    "watch": "vite build --config vite.config.advancedLayersAndSources.js && vite build --config vite.config.globe.js && vite build --config vite.config.js --watch",
    "schema:generate": "typescript-json-schema ./src/layers.ts EoxLayer  -o ./src/eoxlayer-schema.json  --skipLibCheck --titles --required --excludePrivate --constAsEnum"
  }
}
