{
  "name": "appcenter-data",
  "version": "2.6.1",
  "description": "React Native plugin for AppCenter Data",
  "main": "Data.js",
  "types": "Data.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/appcenter-sdk-react-native.git"
  },
  "keywords": [
    "react-native",
    "appcenter",
    "data"
  ],
  "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-data/README.md",
  "dependencies": {
    "appcenter": "2.6.1"
  },
  "rnpm": {
    "android": {
      "packageInstance": "new AppCenterReactNativeDataPackage(MainApplication.this)"
    },
    "commands": {
      "postlink": "node node_modules/appcenter-data/scripts/postlink"
    }
  },
  "devDependencies": {
    "babel-eslint": "7.2.3",
    "eslint": "6.5.1",
    "eslint-config-airbnb": "18.0.1",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-react": "7.16.0",
    "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"
  }
}
