{
  "name": "@cross2d/bugsnag-react-native",
  "homepage": "https://www.bugsnag.com/platforms/react-native-error-reporting/",
  "repository": "https://github.com/bugsnag/bugsnag-react-native.git",
  "bugs": "https://github.com/bugsnag/bugsnag-react-native/issues",
  "version": "2.5.5",
  "license": "MIT",
  "main": "index.js",
  "nativePackage": true,
  "dependencies": {
    "androidmanifest": "^2.0.0",
    "promise": "^7"
  },
  "scripts": {
    "prepublish": "mkdir -p lib && babel src/Bugsnag.js -s -o lib/Bugsnag.js",
    "test:unit:js": "jest --coverage src/__tests__",
    "release": "npm publish --access public"
  },
  "peerDependencies": {
    "react-native": ">=0.40"
  },
  "rnpm": {
    "ios": {
      "project": "cocoa/BugsnagReactNative.xcodeproj",
      "sharedLibraries": [
        "libz"
      ]
    },
    "android": {
      "packageInstance": "BugsnagReactNative.getPackage()",
      "packageImportPath": "import com.bugsnag.BugsnagReactNative;"
    },
    "commands": {
      "postlink": "node node_modules/@cross2d/bugsnag-react-native/scripts/postlink/postlink",
      "postunlink": "node node_modules/@cross2d/bugsnag-react-native/scripts/postunlink/postunlink"
    }
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-jest": "^21.0.2",
    "babel-preset-react-native": "^1.9.1",
    "jest": "^21.1.0"
  }
}
