UNPKG

@datadog/mobile-react-native-navigation

Version:

A client-side React Native module to interact with Datadog

77 lines (76 loc) 1.95 kB
{ "name": "@datadog/mobile-react-native-navigation", "version": "1.5.0", "description": "A client-side React Native module to interact with Datadog", "keywords": [ "datadog", "react-native", "ios", "android" ], "author": "Datadog (https://github.com/DataDog)", "homepage": "https://github.com/DataDog/dd-sdk-reactnative#readme", "repository": { "url": "https://github.com/DataDog/dd-sdk-reactnative", "directory": "packages/react-native-navigation" }, "bugs": { "url": "https://github.com/DataDog/dd-sdk-reactnative/issues" }, "license": "Apache-2.0", "main": "lib/commonjs/index", "files": [ "src", "lib" ], "types": "lib/typescript/react-native-navigation/src/index.d.ts", "react-native": "src/index", "source": "src/index", "module": "lib/module/index", "publishConfig": { "access": "public" }, "scripts": { "test": "jest", "lint": "eslint .", "prepare": "rm -rf lib && yarn bob build" }, "devDependencies": { "@datadog/mobile-react-native": "^1.5.0", "@testing-library/react-native": "7.0.2", "react-native-gesture-handler": "1.10.3", "react-native-navigation": "7.31.1", "remx": "3.x.x" }, "peerDependencies": { "@datadog/mobile-react-native": "^1.0.0-beta4", "react": ">=16.13.1", "react-native": ">=0.63.4 <1.0", "react-native-navigation": "^7.5.0" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/lib/" ], "setupFiles": [ "./../../node_modules/react-native-gesture-handler/jestSetup.js" ], "transformIgnorePatterns": [] }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "tsc": "./../../node_modules/.bin/tsc" } ] ] }, "gitHead": "04d48f34c3fe6f2d793cf4157eff5314253afd87" }