{
  "name": "@devgeorep/react-native-hms-map",
  "title": "React Native Hms Map",
  "description": "React Native HMS Map Kit",
  "version": "1.0.0",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/HMS-Core/hms-react-native-plugin.git",
    "directory": "react-native-hms-map"
  },
  "homepage": "https://developer.huawei.com/consumer/en/doc/overview/HMS-Core-Plugin",
  "license": "Apache-2.0",
  "licenseFilename": "LICENCE",
  "readmeFilename": "README.md",
  "keywords": [
    "react-native",
    "react-native-map",
    "huawei-map",
    "hms-map",
    "map"
  ],
  "files": [
    "android",
    "example",
    "src",
    "LICENCE",
    "package.json",
    "README.md"
  ],
  "peerDependencies": {
    "prop-types": "^15.7.2",
    "react": "^16.6.0",
    "react-native": ">=0.60.0 <1.0.x"
  },
  "devDependencies": {
    "react": "16.6.0",
    "react-native": "0.60.0",
    "eslint": "^7.2.0",
    "@react-native-community/eslint-config": "^2.0.0",
    "typescript": "^3.9.5"
  },
  "types": "src/index.d.ts"
}
