{
  "name": "react-native-openlayers",
  "displayName": "React Native Openlayers",
  "version": "0.1.1-pre",
  "description": "Openlayers components for React Native",
  "author": "Daomtthuan <daomtthuan@gmail.com> (https://github.com/daomtthuan)",
  "main": "./lib/index.ts",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "clean": "cd ./android && ./gradlew clean && cd ../"
  },
  "dependencies": {
    "ol": "^6.6.1",
    "react": "^17.0.2",
    "react-native": "^0.65.1",
    "react-native-webview": "^11.13.0"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/runtime": "^7.15.4",
    "@react-native-community/eslint-config": "^3.0.1",
    "@types/react-native": "^0.64.5",
    "eslint": "^7.14.0",
    "metro-react-native-babel-preset": "^0.66.0",
    "typescript": "^4.4.2"
  },
  "homepage": "https://daomtthuan.github.io/react-native-openlayers/",
  "repository": "https://github.com/daomtthuan/react-native-openlayers.git",
  "readme": "https://github.com/daomtthuan/react-native-openlayers/blob/main/README.md",
  "bugs": {
    "email": "daomtthuan@gmail.com",
    "url": "https://github.com/daomtthuan/react-native-openlayers/issues"
  },
  "private": false,
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/daomtthuan/react-native-openlayers/blob/main/LICENSE"
    }
  ],
  "contributors": [
    {
      "name": "Daomtthuan",
      "email": "daomtthuan@gmail.com",
      "url": "https://github.com/daomtthuan"
    }
  ],
  "keywords": [
    "daomtthuan",
    "react-native",
    "react",
    "openlayers",
    "map"
  ]
}
