{
  "name": "react-native-version",
  "description": "Version your React Native or Expo app in a `npm version` fashion.",
  "license": "MIT",
  "author": "Martin Stovicek",
  "homepage": "https://github.com/stovmascript/react-native-version#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stovmascript/react-native-version.git"
  },
  "bugs": {
    "url": "https://github.com/stovmascript/react-native-version/issues"
  },
  "version": "4.0.0",
  "main": "index.js",
  "bin": {
    "react-native-version": "cli.js"
  },
  "scripts": {
    "docs": "./docs.sh",
    "test": "./test.sh"
  },
  "dependencies": {
    "chalk": "^3.0.0",
    "commander": "^4.0.0",
    "common-tags": "^1.4.0",
    "detect-indent": "^6.0.0",
    "dottie": "^2.0.0",
    "js-beautify": "^1.7.4",
    "lodash.flattendeep": "^4.4.0",
    "lodash.uniq": "^4.5.0",
    "p-settle": "^3.0.0",
    "pbxproj-dom": "^1.0.11",
    "plist": "^3.0.1",
    "resolve-from": "^5.0.0",
    "semver": "^7.0.0"
  },
  "devDependencies": {
    "ava": "1.4.1",
    "fs-extra": "8.1.0",
    "husky": "4.2.3",
    "import-sort-cli": "6.0.0",
    "import-sort-parser-babylon": "6.0.0",
    "import-sort-style-eslint": "6.0.0",
    "injectmd": "1.0.0",
    "jsdoc-to-markdown": "5.0.3",
    "lint-staged": "10.0.8",
    "prettier": "1.19.1",
    "prettier-package-json": "2.1.3",
    "sort-json": "2.0.0",
    "temp": "0.9.1"
  },
  "keywords": [
    "CFBundleShortVersionString",
    "CFBundleVersion",
    "CRNA",
    "CURRENT_PROJECT_VERSION",
    "agvtool",
    "build",
    "buildNumber",
    "bump",
    "create-react-native-app",
    "expo",
    "gradle",
    "info",
    "npm-version",
    "plist",
    "react-native",
    "semver",
    "version",
    "versionCode",
    "versionName"
  ]
}
