UNPKG

quivio-transaction-processor

Version:

React Native hook for Card payment integration with DataCap

47 lines (46 loc) 1.14 kB
{ "name": "quivio-transaction-processor", "version": "1.0.13", "description": "React Native hook for Card payment integration with DataCap", "main": "dist/index.js", "types": "dist/index.d.ts", "react-native": "src/index.ts", "files": [ "dist/", "android/", "libs", "src/", "react-native.config.js", "LICENSE" ], "scripts": { "build": "tsc", "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-native": "^0.72.0", "typescript": "^5.0.0" }, "keywords": [ "react-native", "quivio", "payment", "card payment", "idtech" ], "author": "Rohan Gupta", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/RohanAppinventiv/RN-Bridge-App.git" }, "publishConfig": { "access": "public" } }