UNPKG

react-native-paysofter

Version:

This is a React Native package for integrating Paysofter payment gateway into your React Native application.

58 lines (57 loc) 1.74 kB
{ "name": "react-native-paysofter", "version": "1.1.2", "description": "This is a React Native package for integrating Paysofter payment gateway into your React Native application.", "main": "./src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "react-native start", "build": "echo \"No build step required for React Native\"" }, "repository": { "type": "git", "url": "git+https://github.com/paysofter/react-native-paysofter.git" }, "keywords": [ "react", "react-native", "payments", "gateway", "mobile", "cross-platform", "app-framework", "mobile-development", "Paysofter", "Promise", "Card", "Fund" ], "author": "Paysofter", "license": "Apache-2.0", "bugs": { "url": "https://github.com/paysofter/react-native-paysofter/issues" }, "homepage": "https://github.com/paysofter/react-native-paysofter#readme", "peerDependencies": { "react": ">=16.8.0 <19.0.0", "react-native": ">=0.60.0" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.5.2", "@fortawesome/free-regular-svg-icons": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.5.2", "@fortawesome/react-native-fontawesome": "^0.3.0", "@react-native-async-storage/async-storage": "^1.17.11", "axios": "^1.2.0", "react-native-paper": "^5.0.0", "@react-native-picker/picker": "2.6.1" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/preset-react": "^7.24.7", "babel-loader": "^9.1.3", "metro": "^0.80.9", "metro-react-native-babel-preset": "^0.77.0" } }