You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
43 lines
1.1 KiB
{
|
|
"name": "expo-error-recovery",
|
|
"version": "4.0.1",
|
|
"description": "Utilities for helping you gracefully handle crashes due to fatal JavaScript errors.",
|
|
"main": "build/ErrorRecovery.js",
|
|
"types": "build/ErrorRecovery.d.ts",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "expo-module build",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"test": "expo-module test",
|
|
"prepare": "expo-module prepare",
|
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
"expo-module": "expo-module"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"expo",
|
|
"expo-error-recovery",
|
|
"error-recovery"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git",
|
|
"directory": "packages/expo-error-recovery"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"author": "650 Industries, Inc.",
|
|
"license": "MIT",
|
|
"homepage": "https://docs.expo.dev/versions/latest/sdk/error-recovery/",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"expo-module-scripts": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": "*"
|
|
},
|
|
"gitHead": "59081bb17e727b10f2a00cd07bb45cd283a6f6a5"
|
|
}
|