UNPKG

react-native-paypal-bridge-sdk

Version:

A React Native library for the paypal sdk for both android and ios.

39 lines (38 loc) 1.01 kB
{ "name": "react-native-paypal-bridge-sdk", "version": "1.0.4", "description": "A React Native library for the paypal sdk for both android and ios.", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/shubhamvala/react-native-paypal-bridge-sdk.git" }, "keywords": [ "react-native", "Paypal", "Paypal SDK", "React Native Paypal" ], "author": { "name": "Shubham Vala", "email": "shubhamvala@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/shubhamvala/react-native-paypal-bridge-sdk/issues" }, "homepage": "https://github.com/shubhamvala/react-native-paypal-bridge-sdk#readme", "peerDependencies": { "react-native": "^0.41.2", "react-native-windows": "0.41.0-rc.1" }, "devDependencies": { "@types/react": "^17.0.24", "typescript": "^4.4.3" } }