first blood
This commit is contained in:
29
rnwalletman/package.json
Normal file
29
rnwalletman/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user