react-native-sentry-gbmsimoes-fork
Version:
gbmsimoes fork - Sentry SDK for react-native
60 lines (59 loc) • 1.58 kB
JSON
{
"name": "react-native-sentry-gbmsimoes-fork",
"homepage": "https://github.com/gbmsimoes/react-native-sentry",
"repository": "https://github.com/gbmsimoes/react-native-sentry",
"version": "0.40.5",
"description": "gbmsimoes fork - Sentry SDK for react-native",
"typings": "lib/Sentry.d.ts",
"typescript": {
"definition": "lib/Sentry.d.ts"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"precommit": "lint-staged",
"test:typescript": "node_modules/typescript/bin/tsc --noImplicitAny --allowJs typescript/Sentry-tests.ts"
},
"keywords": [
"react-native",
"sentry",
"crashreporting",
"ios"
],
"author": "Sentry",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.56.0"
},
"dependencies": {
"@sentry/wizard": "^0.12.1",
"raven-js": "^3.24.2"
},
"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"
]
}
},
"devDependencies": {
"husky": "^0.14.3",
"lint-staged": "^7.0.4",
"prettier": "^1.12.1",
"replace-in-file": "^3.4.0",
"typescript": "^2.8.3"
},
"lint-staged": {
"*.js": [
"prettier --write --single-quote --bracket-spacing=false --print-width=90",
"git add"
]
}
}