30 lines
657 B
JSON
30 lines
657 B
JSON
{
|
|
"name": "rnwalletman",
|
|
"version": "1.0.0",
|
|
"description": "React Native Wallet Manager",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {},
|
|
"keywords": ["react-native", "wallet", "upi", "webview", "paytm"],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-webview": ">=13.0.0",
|
|
"@react-native-cookies/cookies": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-native-webview": {
|
|
"optional": false
|
|
},
|
|
"@react-native-cookies/cookies": {
|
|
"optional": false
|
|
}
|
|
},
|
|
"dependencies": {},
|
|
"react-native": {
|
|
"android": "./android"
|
|
}
|
|
}
|