{
  "name": "react-native-sxf-patchclient",
  "version": "4.1.9",
  "description": "React Native Patching (android & ios)",
  "main": "CodePush.js",
  "typings": "typings/react-native-sxf-patchclient.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+http://39.107.12.15/root/react-native-sxf-patchclient.git"
  },
  "keywords": [
    "react-native",
    "code",
    "push"
  ],
  "author": "renjinlong",
  "license": "MIT",
  "bugs": {
    "url": "http://39.107.12.15/root/react-native-sxf-patchclient/issues"
  },
  "homepage": "http://39.107.12.15/root/react-native-sxf-patchclient#readme",
  "dependencies": {
    "react-native-root-updatemodal": "^2.0.0",
    "hoist-non-react-statics": "^2.3.1"
  },
  "rnpm": {
    "android": {
      "packageInstance": "new CodePush(getResources().getString(R.string.CodePushDeploymentKey), getApplicationContext(), BuildConfig.DEBUG)"
    },
    "ios": {
      "sharedLibraries": [
        "libz"
      ]
    },
    "commands": {
      "postlink": "node node_modules/react-native-sxf-patchclient/scripts/postlink/run"
    }
  }
}