Files
react-native-firebase/packages/crashlytics/package.json
@Salakar b85d2f8d33 chore(release): release packages
- @react-native-firebase/admob@7.2.3
 - @react-native-firebase/analytics@7.1.7
 - @react-native-firebase/auth@8.0.9
 - @react-native-firebase/crashlytics@8.0.1
 - @react-native-firebase/database@7.2.6
 - @react-native-firebase/dynamic-links@7.2.2
 - @react-native-firebase/firestore@7.2.3
 - @react-native-firebase/functions@7.1.7
 - @react-native-firebase/iid@7.1.8
 - @react-native-firebase/in-app-messaging@7.1.7
 - @react-native-firebase/messaging@7.2.1
 - @react-native-firebase/ml-natural-language@7.1.7
 - @react-native-firebase/ml-vision@7.1.8
 - @react-native-firebase/perf@7.1.7
 - @react-native-firebase/remote-config@7.1.7
 - @react-native-firebase/storage@7.1.7
 - react-native-firebase-tests@8.0.1
2020-06-30 20:00:16 +00:00

39 lines
1.2 KiB
JSON

{
"name": "@react-native-firebase/crashlytics",
"version": "8.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "genversion --semi lib/version.js",
"build:clean": "rimraf android/build && rimraf ios/build",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "https://github.com/invertase/react-native-firebase/tree/master/packages/crashlytics"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"firebase",
"fabric",
"crash",
"bug",
"error",
"reporting",
"crashlytics"
],
"peerDependencies": {
"@react-native-firebase/app": "8.0.0"
},
"dependencies": {
"stacktrace-js": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}