UNPKG

@datadog/mobile-react-native-webview

Version:

A client-side React Native module to interact with react-native-webview and Datadog

99 lines (98 loc) 2.97 kB
{ "name": "@datadog/mobile-react-native-webview", "version": "2.14.0", "description": "A client-side React Native module to interact with react-native-webview and Datadog", "keywords": [ "datadog", "react-native", "ios", "android", "react-native-webview", "webview" ], "author": "Datadog (https://github.com/DataDog)", "homepage": "https://github.com/DataDog/dd-sdk-reactnative/packages/react-native-webview#readme", "repository": { "url": "https://github.com/DataDog/dd-sdk-reactnative", "directory": "packages/react-native-webview" }, "bugs": { "url": "https://github.com/DataDog/dd-sdk-reactnative/issues" }, "license": "Apache-2.0", "main": "lib/commonjs/index", "files": [ "src/**", "lib/**", "android/build.gradle", "android/detekt.yml", "android/gradle.properties", "android/src/**", "ios/Sources/**", "ios/DatadogSDKReactNativeWebView.xcodeproj/project.xcworkspace/xcsharedata", "ios/DatadogSDKReactNativeWebView.xcodeproj/project.xcworkspace/*.xcworkspacedata", "ios/DatadogSDKReactNativeWebView.xcodeproj/*.pbxproj", "DatadogSDKReactNativeWebView.podspec" ], "types": "lib/typescript/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": { "@testing-library/react-native": "7.0.2", "react-native-builder-bob": "0.26.0", "react-native-webview": "^13.12.2" }, "peerDependencies": { "@datadog/mobile-react-native": "^2.0.1", "react": ">=16.13.1", "react-native": ">=0.63.4 <1.0", "react-native-webview": ">=11.0.0" }, "jest": { "preset": "react-native", "moduleNameMapper": { "@datadog/mobile-react-native": "<rootDir>../core/src" }, "modulePathIgnorePatterns": [ "<rootDir>/lib/" ], "testPathIgnorePatterns": [ "/__utils__/" ], "transformIgnorePatterns": [ "jest-runner" ] }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "tsc": "./../../node_modules/.bin/tsc" } ] ] }, "codegenConfig": { "name": "DdSdkReactNativeWebView", "type": "all", "jsSrcsDir": "./src/specs", "android": { "javaPackageName": "com.datadog.reactnative.webview" } }, "gitHead": "5a2b777da2d65922cc423992feee052f5c2b104f" }