{
  "name": "@walletconnect-react-native/core",
  "description": "Core for WalletConnect Protocol",
  "version": "2.0.0-beta.100",
  "author": "WalletConnect, Inc. <walletconnect.com>",
  "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
  "license": "Apache-2.0",
  "main": "dist/cjs/index.js",
  "browser": "dist/esm/index.js",
  "types": "dist/cjs/index.d.ts",
  "unpkg": "dist/umd/index.min.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "wallet",
    "walletconnect"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build:pre": "run-s clean",
    "help": "tsc --help",
    "build:cjs": "npx tsc -p tsconfig.cjs.json",
    "build:umd": "webpack",
    "build:esm": "npx tsc -p tsconfig.esm.json",
    "build": "run-s build:pre build:cjs build:esm build:umd",
    "test:pre": "rm -rf ./test/test.db",
    "test:run": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha --timeout 20000 --exit -r ts-node/register ./test/**/*.spec.ts",
    "test": "run-s test:pre test:run",
    "watch": "tsc -p tsconfig.json --watch",
    "lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
  },
  "dependencies": {
    "@walletconnect/encoding": "^1.0.1",
    "@walletconnect/events": "^1.0.0",
    "@walletconnect/heartbeat": "^1.0.0",
    "@walletconnect/jsonrpc-provider": "^1.0.3",
    "@walletconnect/jsonrpc-utils": "^1.0.1",
    "@walletconnect/jsonrpc-ws-connection": "^1.0.0",
    "@walletconnect/keyvaluestorage": "^1.0.0",
    "@walletconnect/logger": "^1.0.0",
    "@walletconnect/relay-api": "^1.0.2",
    "@walletconnect/safe-json": "^1.0.0",
    "@walletconnect/time": "^1.0.1",
    "@walletconnect/types": "^2.0.0-beta.100",
    "@walletconnect/utils": "^2.0.0-beta.100",
    "ws": "^8.3.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/node": "^7.12.1",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-typescript": "^7.12.1",
    "@babel/register": "^7.12.1",
    "@types/chai": "^4.2.14",
    "@types/chai-as-promised": "^7.1.0",
    "@types/jest": "^22.2.3",
    "@types/mocha": "^8.0.4",
    "@types/node": "^14.14.2",
    "@types/pino": "^6.3.3",
    "@types/sinon": "^4.3.1",
    "@typescript-eslint/eslint-plugin": "^2.24.0",
    "@typescript-eslint/parser": "^2.24.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "core-js": "^3.6.5",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^9.2.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-standard": "^4.0.1",
    "mocha": "^8.2.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.19.1",
    "sinon": "^9.2.2",
    "ts-node": "^9.0.0",
    "typescript": "^3.7.5",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dzhakhar/walletconnect-react-native.git"
  },
  "bugs": {
    "url": "https://github.com/Dzhakhar/walletconnect-react-native/issues"
  }
}
