payu-core-pg-react
Version:
PayU React Native SDK for Seamless Payment Integration
53 lines (51 loc) • 1.3 kB
JSON
{
"name": "payu-core-pg-react",
"title": "PayUPGSDK React Native Module",
"version": "1.5.0",
"description": "PayU React Native SDK for Seamless Payment Integration",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"payu-sdk.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-core-pg-react.git",
"baseUrl": "https://github.com/payu-intrepos/payu-core-pg-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"
}
}