@premieroctet/react-native-wallet
Version:
A React-Native wrapper for Apple PassKit and Google Wallet API
47 lines (46 loc) • 1.44 kB
JSON
{
"name": "@premieroctet/react-native-wallet",
"version": "1.0.2",
"description": "A React-Native wrapper for Apple PassKit and Google Wallet API",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"react-native-wallet",
"RNWallet"
],
"repository": "https://github.com/premieroctet/react-native-wallet",
"bugs": {
"url": "https://github.com/premieroctet/react-native-wallet/issues"
},
"author": "foyarash <11079152+foyarash@users.noreply.github.com>",
"license": "MIT",
"homepage": "https://github.com/premieroctet/react-native-wallet#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-native": "^0.72.4",
"eslint": "^8.51.0",
"expo-module-scripts": "^3.0.11",
"expo-modules-core": "^1.5.11",
"prettier": "^3.0.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}