{
  "name": "@web3modal/ui-react-native",
  "version": "2.0.5",
  "main": "lib/commonjs/index.js",
  "types": "lib/typescript/index.d.ts",
  "module": "lib/module/index.js",
  "source": "src/index.ts",
  "scripts": {
    "build": "bob build",
    "clean": "rm -rf lib",
    "test": "jest",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
  },
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "keywords": [
    "web3",
    "crypto",
    "ethereum",
    "web3modal",
    "appkit",
    "walletconnect",
    "react-native"
  ],
  "repository": "https://github.com/WalletConnect/web3modal-react-native",
  "author": "WalletConnect <support@walletconnect.com> (https://web3modal.com)",
  "homepage": "https://github.com/WalletConnect/web3modal-react-native",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/WalletConnect/web3modal-react-native/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "qrcode": "1.5.3"
  },
  "peerDependencies": {
    "react": ">=17",
    "react-native": ">=0.68.5",
    "react-native-svg": ">=13"
  },
  "react-native": "src/index.ts",
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "tsc": "../../node_modules/.bin/tsc"
        }
      ]
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ]
}
