{
  "name": "react-native-yamap-ultraligth",
  "version": "1.4.13",
  "description": "Yandex.MapKit and Yandex.Geocoder for react-native",
  "scripts": {
    "build": "bob build"
  },
  "keywords": [
    "react-native",
    "mapkit",
    "yandex",
    "yamap",
    "polygon",
    "polyline",
    "marker",
    "map",
    "maps",
    "react-native-maps",
    "yandexmap",
    "yandexmaps",
    "geocoder"
  ],
  "author": "Dmitriy Kotovskiy",
  "license": "",
  "devDependencies": {
    "@types/react": "*",
    "@types/react-native": "*",
    "react-native-builder-bob": "^0.26.0",
    "typescript": "^4.0.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "main": "build/module/index.js",
  "module": "build/module/index.js",
  "types": "build/typescript/index.d.ts",
  "files": [
    "build",
    "src",
    "ios",
    "android",
    "RNYamap.podspec"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "build",
    "targets": [
      "module",
      "typescript"
    ]
  }
}
