UNPKG

react-native-moniepoint-pos-sdk

Version:

React Native wrapper for Moniepoint POS SDK - Enables card payments, receipt printing, and terminal data access

43 lines (42 loc) 1.05 kB
{ "name": "react-native-moniepoint-pos-sdk", "version": "1.0.2", "description": "React Native wrapper for Moniepoint POS SDK - Enables card payments, receipt printing, and terminal data access", "main": "src/index.js", "types": "src/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "moniepoint", "pos", "payment", "terminal", "receipt-printing", "card-payment", "nigeria", "fintech" ], "author": "I-Tech Platform Limited", "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" }, "repository": { "type": "git", "url": "git+https://github.com/Kigbu/react-native-moniepoint-pos-sdk.git" }, "bugs": { "url": "https://github.com/Kigbu/react-native-moniepoint-pos-sdk/issues" }, "homepage": "https://github.com/Kigbu/react-native-moniepoint-pos-sdk#readme", "files": [ "src", "android", "ios", "react-native-moniepoint-pos-sdk.podspec", "README.md" ] }