@bugsnag/react-native
Version:
Bugsnag error reporter for React Native applications
82 lines (81 loc) • 2.41 kB
JSON
{
"name": "@bugsnag/react-native",
"version": "8.3.1",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for React Native applications",
"keywords": [
"bugsnag",
"react native",
"exception",
"error",
"javascript",
"monitoring",
"reporting",
"stability",
"mobile"
],
"homepage": "https://www.bugsnag.com/",
"repository": {
"type": "git",
"url": "git@github.com:bugsnag/bugsnag-js.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"src",
"types/bugsnag.d.ts",
"android/build.gradle",
"android/proguard-rules.pro",
"android/src/main",
"android/src/newarch",
"android/src/oldarch",
"android/com/bugsnag",
"ios/BugsnagReactNative",
"ios/BugsnagReactNative.xcodeproj",
"ios/vendor/bugsnag-cocoa/Bugsnag/**/*.{h,m,mm,cpp,c}",
"ios/vendor/bugsnag-cocoa/Bugsnag.xcodeproj",
"ios/vendor/bugsnag-cocoa/Framework/{Info.plist,module.modulemap}",
"ios/vendor/bugsnag-cocoa/Bugsnag.podspec.json",
"ios/vendor/bugsnag-cocoa/Bugsnag/resources/PrivacyInfo.xcprivacy",
"BugsnagReactNative.podspec",
"react-native.config.js",
"bugsnag-react-native.gradle",
"bugsnag-react-native-xcode.sh"
],
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.0.0",
"tslint": "^5.12.1",
"typescript": "^3.3.3"
},
"dependencies": {
"@bugsnag/core": "^8.2.0",
"@bugsnag/delivery-react-native": "^8.3.0",
"@bugsnag/plugin-console-breadcrumbs": "^8.2.0",
"@bugsnag/plugin-network-breadcrumbs": "^8.2.0",
"@bugsnag/plugin-react": "^8.2.0",
"@bugsnag/plugin-react-native-client-sync": "^8.2.0",
"@bugsnag/plugin-react-native-event-sync": "^8.3.0",
"@bugsnag/plugin-react-native-global-error-handler": "^8.2.0",
"@bugsnag/plugin-react-native-hermes": "^8.2.0",
"@bugsnag/plugin-react-native-session": "^8.2.0",
"@bugsnag/plugin-react-native-unhandled-rejection": "^8.2.0",
"iserror": "^0.0.2"
},
"scripts": {
"prepare": "bash prepare-android-vendor.sh",
"test:types": "tsc -p tsconfig.json"
},
"codegenConfig": {
"name": "BugsnagReactNativeSpec",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.bugsnag.android"
}
},
"gitHead": "3bffe05e471063b5314efb36962373bda7797654"
}