UNPKG

react-native-moyasar-apple-pay

Version:

iOS native apple pay implementation & integration with Moyasar SDK

44 lines (43 loc) 1.31 kB
{ "name": "react-native-moyasar-apple-pay", "version": "0.7.1", "description": "iOS native apple pay implementation & integration with Moyasar SDK", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "open -a \"Xcode\" example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "moyasar-apple-pay", "MoyasarApplePay" ], "repository": "https://github.com/Malaa-tech/moyasar-apple-pay", "bugs": { "url": "https://github.com/Malaa-tech/moyasar-apple-pay/issues" }, "author": "Wadah Esam <wadah-wleed@hotmail.com> (https://github.com/WadhahEssam)", "license": "MIT", "homepage": "https://github.com/Malaa-tech/moyasar-apple-pay#readme", "dependencies": {}, "devDependencies": { "@expo/config-plugins": "7.2.5", "@types/react": "^18.0.25", "expo-module-scripts": "^3.0.11", "expo-modules-core": "^1.5.11" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }