UNPKG

trustly-react-native-webview

Version:

Trustly ReactNative WebView needed when integrating Trustly Checkout in a ReactNative application.

44 lines (43 loc) 1.17 kB
{ "name": "trustly-react-native-webview", "version": "0.0.9", "description": "Trustly ReactNative WebView needed when integrating Trustly Checkout in a ReactNative application.", "main": "src/TrustlyWebView.js", "files": [ "src" ], "scripts": { "lint": "eslint .", "start": "react-native start", "format": "prettier --write ." }, "peerDependencies": { "react": "^18.2.0", "react-native": "^0.72.0", "react-native-webview": "^13.6.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native-community/eslint-config": "^3.2.0", "@semantic-release/npm": "^12.0.1", "babel-plugin-module-resolver": "^5.0.0", "eslint": "^8.19.0", "metro-react-native-babel-preset": "0.73.7", "prettier": "^2.4.1", "semantic-release": "^24.1.0" }, "keywords": [ "Trustly", "React", "Native", "Webview" ], "author": "Trustly", "license": "MIT", "homepage": "https://eu.developers.trustly.com/doc/docs/react-native", "bugs": { "url": "https://github.com/trustly/TrustlyReactNativeWebView/issues" } }