{
  "name": "@gebeta/tiles-react-native",
  "version": "1.2.0",
  "description": "A React Native SDK for integrating Gebeta Maps into your applications",
  "keywords": [
    "react-native",
    "maps",
    "gebeta",
    "markers",
    "clustering",
    "fence-drawing"
  ],
  "author": "AfriGebeta",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/AfriGebeta/gebeta-tiles.git"
  },
  "homepage": "https://github.com/AfriGebeta/gebeta-tiles#readme",
  "bugs": {
    "url": "https://github.com/AfriGebeta/gebeta-tiles/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint .",
    "test": "jest",
    "build_example": "tsc && cp -r dist example/GebetaMapsFence"
  },
  "dependencies": {
    "@maplibre/maplibre-react-native": "^10.2.0",
    "supercluster": "^8.0.1"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-native": ">=0.72"
  },
  "devDependencies": {
    "@testing-library/react-native": "^12.0.0",
    "@types/jest": "^29.0.0",
    "@types/react": "^19.1.9",
    "@types/react-native": "^0.72.0",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "typescript": "^5.0.0"
  }
}
