{
  "name": "@neshan-maps-platform/maplibre-sdk",
  "version": "5.24.4",
  "description": "Neshan web SDK built on MapLibre GL JS.",
  "type": "module",
  "private": false,
  "files": [
    "dist"
  ],
  "main": "./dist/neshan-maplibre-sdk.cjs",
  "module": "./dist/neshan-maplibre-sdk.js",
  "types": "./dist/index.d.ts",
  "style": "./dist/neshan-maplibre-sdk.css",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/neshan-maplibre-sdk.js",
      "require": "./dist/neshan-maplibre-sdk.cjs",
      "default": "./dist/neshan-maplibre-sdk.js"
    },
    "./style.css": "./dist/neshan-maplibre-sdk.css",
    "./dist/*": "./dist/*"
  },
  "scripts": {
    "build": "vite build",
    "build:obfuscated": "vite build && node scripts/obfuscate-bundle.mjs",
    "typecheck": "tsc --noEmit",
    "example": "vite --host 0.0.0.0 --open ./example/index.html"
  },
  "dependencies": {
    "maplibre-gl": "^5.24.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.58.12",
    "javascript-obfuscator": "^5.5.0",
    "typescript": "^5.6.0",
    "vite": "^8.1.3",
    "vite-plugin-dts": "^5.0.3"
  },
  "keywords": [
    "maplibre",
    "vector-tiles",
    "sdk"
  ],
  "author": "Neshan Maps Platform",
  "license": "ISC",
  "allowScripts": {
    "core-js@2.6.12": true,
    "javascript-obfuscator@0.14.3": true
  }
}
