UNPKG

trustly-react-native-webview

Version:

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

62 lines (61 loc) 1.64 kB
{ "name": "trustly-react-native-webview", "version": "0.1.1", "description": "Trustly ReactNative WebView needed when integrating Trustly Checkout in a ReactNative application.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "lint": "eslint src/", "format": "prettier --write src/", "typecheck": "tsc --noEmit", "test": "jest", "start": "react-native start" }, "peerDependencies": { "react": ">=18.2.0", "react-native": ">=0.72.0", "react-native-webview": ">=13.6.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/babel-preset": "^0.74.0", "@types/jest": "^29.5.0", "@types/react": "^18.2.0", "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^8.57.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-react": "^7.37.5", "jest": "^29.7.0", "prettier": "^3.0.0", "react": "^18.2.0", "react-native": "^0.72.0", "react-native-webview": "^13.6.0", "react-test-renderer": "18.2.0", "ts-jest": "^29.2.0", "typescript": "~5.7.0" }, "overrides": { "fast-xml-parser": "^5.7.0" }, "keywords": [ "Trustly", "React", "Native", "Webview", "TypeScript" ], "author": "Trustly", "license": "MIT", "homepage": "https://docs.trustly.com/api/sdk-overview", "bugs": { "url": "https://github.com/trustly/TrustlyReactNativeWebView/issues" } }