{
  "_args": [
    [
      "react-native-sentry@0.43.2",
      "/Users/maxiaoyao/Desktop/fshareswallet"
    ]
  ],
  "_from": "react-native-sentry@0.43.2",
  "_id": "react-native-sentry@0.43.2",
  "_inBundle": false,
  "_integrity": "sha512-MDrMkt/ntyQhhn+b3EVUuB/lXvQbSLvCOpkAvioNOzddoyo2R6i3rVZ3aZmPN1oK3O9GFE4tSa0M+eTHni7AaQ==",
  "_location": "/react-native-sentry",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-native-sentry@0.43.2",
    "name": "react-native-sentry",
    "escapedName": "react-native-sentry",
    "rawSpec": "0.43.2",
    "saveSpec": null,
    "fetchSpec": "0.43.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-native-sentry/-/react-native-sentry-0.43.2.tgz",
  "_spec": "0.43.2",
  "_where": "/Users/maxiaoyao/Desktop/fshareswallet",
  "author": {
    "name": "Sentry"
  },
  "bugs": {
    "url": "https://github.com/getsentry/react-native-sentry/issues"
  },
  "dependencies": {
    "@sentry/wizard": "^0.13.0",
    "raven-js": "^3.27.1"
  },
  "description": "Official Sentry SDK for react-native",
  "devDependencies": {
    "prettier": "^1.12.1",
    "replace-in-file": "^3.4.0",
    "typescript": "^2.8.3"
  },
  "homepage": "https://github.com/getsentry/react-native-sentry",
  "keywords": [
    "react-native",
    "sentry",
    "crashreporting",
    "ios"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "fsc-react-native-sentry",
  "peerDependencies": {
    "react-native": ">=0.56.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getsentry/react-native-sentry.git"
  },
  "rnpm": {
    "commands": {
      "postlink": "node node_modules/@sentry/wizard/dist/bin.js -i reactNative -p ios android",
      "postunlink": "node node_modules/@sentry/wizard/dist/bin.js -i reactNative -p ios android --uninstall"
    },
    "android": {
      "packageInstance": "new RNSentryPackage()"
    },
    "ios": {
      "sharedLibraries": [
        "libz"
      ]
    }
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "test:typescript": "node_modules/typescript/bin/tsc --noImplicitAny --allowJs typescript/Sentry-tests.ts"
  },
  "types": "./lib/Sentry.d.ts",
  "typescript": {
    "definition": "lib/Sentry.d.ts"
  },
  "typings": "lib/Sentry.d.ts",
  "version": "0.43.2"
}
