{
  "name": "react-native-version-check-new",
  "version": "3.4.8",
  "description": "A version checker for react-native applications",
  "main": "index.js",
  "keywords": [
    "react-native",
    "android",
    "ios",
    "version check",
    "version",
    "app version",
    "market version",
    "app store version"
  ],
  "license": "MIT",
  "author": "Taehyun Kim <kgyoo8232@gmail.com> (https://github.com/kimxogus)",
  "contributors": [
    "Taehyun Kim <kgyoo8232@gmail.com>",
    "Thomas Schoffelen <thomas@includable.com>",
    "Mohamad Arif Raja <rfraja2943@gmail.com>"
  ],
  "homepage": "https://github.com/kimxogus/react-native-version-check",
  "repository": {
    "type": "git",
    "url": "https://github.com/kimxogus/react-native-version-check.git"
  },
  "bugs": {
    "url": "https://github.com/kimxogus/react-native-version-check/issues"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "semver": "^6.3.1"
  },
  "devDependencies": {
    "react-native": "^0.59.9"
  },
  "peerDependencies": {
    "react-native": ">=0.48.0"
  }
}
