UNPKG

@abdelrahman.rabie/payment-sdk-react-native

Version:

React Native SDK for payment processing with E_API and E_LINKS support

54 lines (53 loc) 1.29 kB
{ "name": "@abdelrahman.rabie/payment-sdk-react-native", "version": "1.0.0", "description": "React Native SDK for payment processing with E_API and E_LINKS support", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "clean": "rm -rf lib" }, "keywords": [ "react-native", "payment", "sdk", "eapi", "elinks", "apple-pay", "google-pay" ], "author": "Adam Romano", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0" }, "dependencies": { "axios": "^1.7.9" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-native": "^0.72.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "typescript": "^5.0.0" }, "files": [ "lib", "README.md" ], "repository": { "type": "git", "url": "https://github.com/adamromano/payment-sdk-react-native.git" }, "homepage": "https://github.com/adamromano/payment-sdk-react-native#readme", "bugs": { "url": "https://github.com/adamromano/payment-sdk-react-native/issues" } }