{
  "name": "@walletconnect/react-native-dapp",
  "version": "1.3.6",
  "description": "WalletConnect for React Native dapps",
  "scripts": {
    "clean": "rm -rf dist",
    "build:pre": "run-s clean",
    "build:cjs": "npx tsc -p tsconfig.json",
    "build:post": "cp -rf src/assets dist/",
    "build": "run-s build:pre build:cjs build:post"
  },
  "keywords": [
    "wallet",
    "walletconnect",
    "ethereum",
    "jsonrpc",
    "mobile",
    "qrcode",
    "web3",
    "crypto",
    "cryptocurrency",
    "react-native",
    "dapp"
  ],
  "author": "WalletConnect <walletconnect.org>",
  "homepage": "https://github.com/WalletConnect/walletconnect-monorepo/",
  "license": "LGPL-3.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/walletconnect/walletconnect-monorepo.git"
  },
  "bugs": {
    "url": "https://github.com/walletconnect/walletconnect-monorepo/issues"
  },
  "dependencies": {
    "@walletconnect/client": "^1.3.6",
    "@walletconnect/mobile-registry": "^1.3.6",
    "@walletconnect/types": "^1.3.6",
    "@walletconnect/utils": "^1.3.6",
    "keyvaluestorage": "0.7.1",
    "react-native-qrcode-svg": "6.0.6",
    "use-deep-compare-effect": "1.6.1"
  },
  "devDependencies": {
    "@babel/cli": "7.8.3",
    "@babel/core": "7.8.3",
    "@babel/node": "7.8.3",
    "@babel/polyfill": "7.8.3",
    "@babel/preset-env": "7.8.3",
    "@babel/preset-typescript": "7.8.3",
    "@babel/register": "7.8.3",
    "@types/deepmerge": "2.2.0",
    "@types/jest": "22.2.3",
    "@types/lodash.isnumber": "3.0.6",
    "@types/node": "12.12.14",
    "@types/react": "17.0.0",
    "@types/react-native": "0.63.45",
    "npm-run-all": "4.1.5",
    "react": "16.13.1",
    "react-native": "0.63.4",
    "react-native-svg": "12.1.0",
    "typescript": "3.7.5"
  },
  "gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
