{
  "name": "appcenter-crashes",
  "version": "5.0.3",
  "description": "React Native plugin for AppCenter Crashes",
  "main": "Crashes.js",
  "types": "Crashes.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/appcenter-sdk-react-native.git"
  },
  "keywords": [
    "react-native",
    "appcenter",
    "error",
    "reporting",
    "crash"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Microsoft/appcenter-sdk-react-native/issues"
  },
  "homepage": "https://github.com/Microsoft/appcenter-sdk-react-native/blob/master/appcenter-crashes/README.md",
  "dependencies": {
    "appcenter": "5.0.3"
  },
  "rnpm": {
    "android": {
      "packageInstance": "new AppCenterReactNativeCrashesPackage(MainApplication.this, getResources().getString(R.string.appCenterCrashes_whenToSendCrashes))"
    },
    "commands": {
      "postlink": "node node_modules/appcenter-crashes/scripts/postlink"
    }
  },
  "devDependencies": {
    "babel-eslint": "7.2.3",
    "eslint": "6.8.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-react": "7.21.5"
  },
  "scripts": {
    "lint": "./node_modules/.bin/eslint ."
  }
}
