react-native-pay-components
Version:
A collection of UI components for urpay React Native apps
38 lines (37 loc) • 946 B
JSON
{
"name": "react-native-pay-components",
"version": "1.3.0",
"description": "A collection of UI components for urpay React Native apps",
"main": "index.js",
"react-native": "index.js",
"scripts": {
"build": "echo 'No build needed'",
"prepare": "npm run build"
},
"dependencies": {},
"peerDependencies": {
"react-native": ">=0.70.0",
"react": "*"
},
"devDependencies": {
"eslint": "^8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iAhmedWahdan/react-native-components.git"
},
"author": "Ahmed Wahdan",
"license": "MIT",
"files": [
"ios",
"android",
"src",
"index.js",
"react-native-pay-components.podspec"
],
"bugs": {
"url": "https://github.com/iAhmedWahdan/react-native-components/issues"
},
"homepage": "https://github.com/iAhmedWahdan/react-native-components#readme",
"keywords": [ "currency-input", "CardScannerView" ]
}