{
  "name": "react-native-yamap-lite",
  "version": "1.0.3",
  "description": "Lite version of Yandex Map library",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "prepublishOnly": "rm -rf build && tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "homepage": "https://github.com/Vladlen-Libraries/react-native-yamap-lite",
  "keywords": [
    "react-native",
    "mapkit",
    "yandex",
    "yamap",
    "polygon",
    "polyline",
    "marker",
    "map",
    "maps",
    "react-native-maps",
    "yandexmap",
    "yandexmaps",
    "geocoder"
  ],
  "author": "Vladlen Kaveev",
  "license": "",
  "dependencies": {},
  "devDependencies": {
    "typescript": "^5.7.0",
    "@types/react": "*",
    "@types/react-native": "*"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  }
}
