{
  "name": "@rnmapbox/maps",
  "version": "10.3.1",
  "description": "Community-supported, open-source React Native library for building maps using Mapbox native maps SDK for iOS and Android",
  "main": "./lib/module/index.js",
  "types": "./lib/typescript/src/index.native.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./lib/typescript/src/index.native.d.ts",
      "default": "./lib/module/index.js"
    },
    "./package.json": "./package.json",
    "./app.plugin.js": "./app.plugin.js",
    "./setup-jest": "./setup-jest.js"
  },
  "files": [
    "src",
    "lib",
    "plugin",
    "app.plugin.js",
    "index.d.ts",
    "setup-jest.js",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "react-native.config.js",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "example": "yarn workspace @rnmapbox/maps-example",
    "test": "yarn lint && yarn unittest",
    "typecheck": "tsc --noEmit",
    "lint": "yarn eslint .",
    "prepare": "yarn bob build",
    "type:check": "yarn tsc --noEmit",
    "fetch:style:spec": ". ./scripts/download-style-spec.sh",
    "generate": "node ./scripts/autogenerate.mjs",
    "unittest": "yarn jest",
    "unittest:single": "yarn jest --testNamePattern",
    "precommit": "yarn lint && yarn typecheck",
    "lint:fix": "yarn eslint . --fix",
    "test:plugin": "yarn expo-module test plugin",
    "build:plugin": "yarn tsc --build plugin",
    "build:examples.json": "cd example; jest __tests__/dumpExamplesJson.ts",
    "lint:plugin": "yarn eslint plugin/src/*",
    "build": "yarn bob build",
    "build:copy-plugin": "npx tsx plugin/copy-plugin.ts"
  },
  "keywords": [
    "ios",
    "android",
    "mapbox",
    "react-native",
    "maps"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rnmapbox/maps"
  },
  "author": "React Native Mapbox Team (rnmapbox@gmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rnmapbox/maps/issues"
  },
  "homepage": "https://github.com/rnmapbox/maps#readme",
  "mapbox": {
    "ios": "~> 11.20.1",
    "android": "11.20.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.28.4",
    "@eslint/compat": "^1.3.2",
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.35.0",
    "@mdx-js/mdx": "^3.0.0",
    "@react-native-community/cli": "20.0.1",
    "@react-native/babel-preset": "0.81.1",
    "@react-native/eslint-config": "^0.81.1",
    "@sinonjs/fake-timers": "^8.0.1",
    "@testing-library/react-native": "^13.3.3",
    "@types/debounce": "^1.2.1",
    "@types/jest": "^29.5.14",
    "@types/mapbox-gl": "^3.4.1",
    "@types/react": "^19.1.0",
    "@types/react-dom": "^19.1.0",
    "@types/react-test-renderer": "^19.1.0",
    "babel-jest": "^29.7.0",
    "documentation": "14.0.3",
    "ejs": "^3.1.10",
    "ejs-lint": "^2.0.1",
    "eslint": "^9.35.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-jest": "^27.9.0",
    "eslint-plugin-prettier": "^5.5.4",
    "expo": "^54.0.10",
    "expo-module-scripts": "^5.0.7",
    "globals": "^16.4.0",
    "jest": "29.7.0",
    "jest-cli": "30.2.0",
    "mapbox-gl": "^3.15.0",
    "node-dir": "0.1.17",
    "prettier": "^3.6.2",
    "react": "19.1.0",
    "react-docgen": "rnmapbox/react-docgen#rnmapbox-dist-react-docgen-v6",
    "react-native": "0.81.1",
    "react-native-builder-bob": "^0.40.13",
    "react-test-renderer": "19.1.0",
    "release-it": "^19.0.4",
    "ts-node": "^10.9.2",
    "turbo": "^2.5.6",
    "typescript": "5.9.2"
  },
  "dependencies": {
    "@turf/along": "6.5.0",
    "@turf/distance": "6.5.0",
    "@turf/helpers": "6.5.0",
    "@turf/length": "6.5.0",
    "@turf/nearest-point-on-line": "6.5.0",
    "@types/geojson": "^7946.0.7",
    "debounce": "^2.2.0"
  },
  "peerDependencies": {
    "expo": ">=47.0.0",
    "mapbox-gl": "^2.9.0",
    "react": ">=17.0.0",
    "react-dom": ">= 17.0.0",
    "react-native": ">=0.79"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    },
    "mapbox-gl": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "workspaces": [
    "example"
  ],
  "resolutions": {
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0"
  },
  "packageManager": "yarn@3.6.1",
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ],
      [
        "custom",
        {
          "script": "build:copy-plugin"
        }
      ]
    ]
  },
  "codegenConfig": {
    "name": "rnmapbox_maps_specs",
    "type": "all",
    "jsSrcsDir": "src/specs",
    "android": {
      "javaPackageName": "com.rnmapbox.rnmbx"
    },
    "ios": {
      "components": {
        "RNMBXAtmosphere": {
          "className": "RNMBXAtmosphereComponentView"
        },
        "RNMBXBackgroundLayer": {
          "className": "RNMBXBackgroundLayerComponentView"
        },
        "RNMBXCallout": {
          "className": "RNMBXCalloutComponentView"
        },
        "RNMBXCameraGestureObserver": {
          "className": "RNMBXCameraGestureObserverComponentView"
        },
        "RNMBXCamera": {
          "className": "RNMBXCameraComponentView"
        },
        "RNMBXCircleLayer": {
          "className": "RNMBXCircleLayerComponentView"
        },
        "RNMBXCustomLocationProvider": {
          "className": "RNMBXCustomLocationProviderComponentView"
        },
        "RNMBXFillExtrusionLayer": {
          "className": "RNMBXFillExtrusionLayerComponentView"
        },
        "RNMBXFillLayer": {
          "className": "RNMBXFillLayerComponentView"
        },
        "RNMBXHeatmapLayer": {
          "className": "RNMBXHeatmapLayerComponentView"
        },
        "RNMBXHillshadeLayer": {
          "className": "RNMBXHillshadeLayerComponentView"
        },
        "RNMBXImage": {
          "className": "RNMBXImageComponentView"
        },
        "RNMBXImageSource": {
          "className": "RNMBXImageSourceComponentView"
        },
        "RNMBXImages": {
          "className": "RNMBXImagesComponentView"
        },
        "RNMBXLight": {
          "className": "RNMBXLightComponentView"
        },
        "RNMBXLineLayer": {
          "className": "RNMBXLineLayerComponentView"
        },
        "RNMBXMapView": {
          "className": "RNMBXMapViewComponentView"
        },
        "RNMBXMarkerViewContent": {
          "className": "RNMBXMarkerViewContentComponentView"
        },
        "RNMBXMarkerView": {
          "className": "RNMBXMarkerViewComponentView"
        },
        "RNMBXModelLayer": {
          "className": "RNMBXModelLayerComponentView"
        },
        "RNMBXModels": {
          "className": "RNMBXModelsComponentView"
        },
        "RNMBXNativeUserLocation": {
          "className": "RNMBXNativeUserLocationComponentView"
        },
        "RNMBXPointAnnotation": {
          "className": "RNMBXPointAnnotationComponentView"
        },
        "RNMBXRain": {
          "className": "RNMBXRainComponentView"
        },
        "RNMBXRasterArraySource": {
          "className": "RNMBXRasterArraySourceComponentView"
        },
        "RNMBXRasterDemSource": {
          "className": "RNMBXRasterDemSourceComponentView"
        },
        "RNMBXRasterLayer": {
          "className": "RNMBXRasterLayerComponentView"
        },
        "RNMBXRasterParticleLayer": {
          "className": "RNMBXRasterParticleLayerComponentView"
        },
        "RNMBXRasterSource": {
          "className": "RNMBXRasterSourceComponentView"
        },
        "RNMBXShapeSource": {
          "className": "RNMBXShapeSourceComponentView"
        },
        "RNMBXSkyLayer": {
          "className": "RNMBXSkyLayerComponentView"
        },
        "RNMBXSnow": {
          "className": "RNMBXSnowComponentView"
        },
        "RNMBXStyleImport": {
          "className": "RNMBXStyleImportComponentView"
        },
        "RNMBXSymbolLayer": {
          "className": "RNMBXSymbolLayerComponentView"
        },
        "RNMBXTerrain": {
          "className": "RNMBXTerrainComponentView"
        },
        "RNMBXVectorSource": {
          "className": "RNMBXVectorSourceComponentView"
        },
        "RNMBXViewport": {
          "className": "RNMBXViewportComponentView"
        }
      },
      "componentsProvider": {
        "RNMBXAtmosphere": "RNMBXAtmosphereComponentView",
        "RNMBXBackgroundLayer": "RNMBXBackgroundLayerComponentView",
        "RNMBXCallout": "RNMBXCalloutComponentView",
        "RNMBXCameraGestureObserver": "RNMBXCameraGestureObserverComponentView",
        "RNMBXCamera": "RNMBXCameraComponentView",
        "RNMBXCircleLayer": "RNMBXCircleLayerComponentView",
        "RNMBXCustomLocationProvider": "RNMBXCustomLocationProviderComponentView",
        "RNMBXFillExtrusionLayer": "RNMBXFillExtrusionLayerComponentView",
        "RNMBXFillLayer": "RNMBXFillLayerComponentView",
        "RNMBXHeatmapLayer": "RNMBXHeatmapLayerComponentView",
        "RNMBXHillshadeLayer": "RNMBXHillshadeLayerComponentView",
        "RNMBXImage": "RNMBXImageComponentView",
        "RNMBXImageSource": "RNMBXImageSourceComponentView",
        "RNMBXImages": "RNMBXImagesComponentView",
        "RNMBXLight": "RNMBXLightComponentView",
        "RNMBXLineLayer": "RNMBXLineLayerComponentView",
        "RNMBXMapView": "RNMBXMapViewComponentView",
        "RNMBXMarkerViewContent": "RNMBXMarkerViewContentComponentView",
        "RNMBXMarkerView": "RNMBXMarkerViewComponentView",
        "RNMBXModelLayer": "RNMBXModelLayerComponentView",
        "RNMBXModels": "RNMBXModelsComponentView",
        "RNMBXNativeUserLocation": "RNMBXNativeUserLocationComponentView",
        "RNMBXPointAnnotation": "RNMBXPointAnnotationComponentView",
        "RNMBXRain": "RNMBXRainComponentView",
        "RNMBXRasterArraySource": "RNMBXRasterArraySourceComponentView",
        "RNMBXRasterDemSource": "RNMBXRasterDemSourceComponentView",
        "RNMBXRasterLayer": "RNMBXRasterLayerComponentView",
        "RNMBXRasterParticleLayer": "RNMBXRasterParticleLayerComponentView",
        "RNMBXRasterSource": "RNMBXRasterSourceComponentView",
        "RNMBXShapeSource": "RNMBXShapeSourceComponentView",
        "RNMBXSkyLayer": "RNMBXSkyLayerComponentView",
        "RNMBXSnow": "RNMBXSnowComponentView",
        "RNMBXStyleImport": "RNMBXStyleImportComponentView",
        "RNMBXSymbolLayer": "RNMBXSymbolLayerComponentView",
        "RNMBXTerrain": "RNMBXTerrainComponentView",
        "RNMBXVectorSource": "RNMBXVectorSourceComponentView",
        "RNMBXViewport": "RNMBXViewportComponentView"
      }
    }
  },
  "create-react-native-library": {
    "languages": "kotlin-objc",
    "type": "fabric-view",
    "version": "0.54.3"
  }
}
