{
  "name": "@reown/appkit-siwe-react-native",
  "version": "1.3.1",
  "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",
    "appkit",
    "walletconnect",
    "react-native",
    "siwe"
  ],
  "repository": "https://github.com/reown-com/appkit-react-native",
  "author": "Reown (https://discord.gg/reown)",
  "homepage": "https://reown.com/appkit",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/reown-com/appkit-react-native/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "@reown/appkit-common-react-native": "1.3.1",
    "@reown/appkit-core-react-native": "1.3.1",
    "@reown/appkit-ui-react-native": "1.3.1",
    "valtio": "1.13.2"
  },
  "peerDependencies": {
    "@walletconnect/utils": ">=2.16.1"
  },
  "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/"
  ]
}
