@embrace-io/react-navigation
Version:
This is used to track React Native screens with the Embrace SDK
53 lines (52 loc) • 1.25 kB
JSON
{
"name": "@embrace-io/react-navigation",
"version": "5.2.0",
"description": "This is used to track React Native screens with the Embrace SDK",
"author": "Embrace <support@embrace.io> (https://embrace.io/)",
"bugs": {
"url": "https://github.com/embrace-io/embrace-react-native-sdk/issues",
"email": "support@embrace.io"
},
"homepage": "https://github.com/embrace-io/embrace-react-native-sdk",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/embrace-io/embrace-react-native-sdk",
"directory": "packages/react-navigation"
},
"publishConfig": {
"access": "public"
},
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"keywords": [
"embrace",
"react-native",
"tracking",
"observability",
"instrumentation",
"telemetry",
"bug tracker"
],
"files": [
"lib"
],
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"react-native": ">=0.56.0"
},
"devDependencies": {
"typescript": "^5.6.3"
},
"embrace": {
"iosVersion": "6.6.0",
"androidVersion": "6.14.0"
},
"gitHead": "969c1f3b1a484cae15a1b8d7c7a9993b0ba81be4"
}