UNPKG

payu-upi-react

Version:
53 lines (51 loc) 1.14 kB
{ "name": "payu-upi-react", "version": "1.2.3", "description": "React wrapper for UPI", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "payu-upi.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "version": "./version-ios.sh", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/payu-intrepos/payu-non-seamless-react.git", "baseUrl": "https://github.com/payu-intrepos/payu-non-seamless-react" }, "keywords": [ "react-native", "payu-india", "android", "ios", "react" ], "author": { "name": "PayU Mobile", "email": "mobile@payu.in" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react": ">=17.0.2", "react-native": ">=0.66.5" } }