{
  "name": "@premieroctet/react-native-wallet",
  "version": "1.0.1",
  "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",
    "expo-module-scripts": "^3.0.11",
    "expo-modules-core": "^1.5.11"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
