{
  "name": "appcenter-analytics",
  "version": "5.0.3",
  "description": "React Native plugin for AppCenter Analytics",
  "main": "Analytics.js",
  "types": "Analytics.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/appcenter-sdk-react-native.git"
  },
  "keywords": [
    "react-native",
    "appcenter",
    "analytics"
  ],
  "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-analytics/README.md",
  "dependencies": {
    "appcenter": "5.0.3"
  },
  "rnpm": {
    "android": {
      "packageInstance": "new AppCenterReactNativeAnalyticsPackage(MainApplication.this, getResources().getString(R.string.appCenterAnalytics_whenToEnableAnalytics))"
    },
    "commands": {
      "postlink": "node node_modules/appcenter-analytics/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",
    "jest": "24.8.0",
    "react": "16.6.3",
    "react-native": "0.57.3"
  },
  "jest": {
    "preset": "react-native",
    "setupFilesAfterEnv": [
      "./jest/setup.js"
    ],
    "transform": {
      "^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
    }
  },
  "scripts": {
    "lint": "./node_modules/.bin/eslint .",
    "test": "jest"
  }
}
