{
  "name": "@maticnetwork/walletconnect-provider",
  "version": "0.0.1-beta.1",
  "description": "Walletconnect provider to connect with Matic Network",
  "main": "dist/walletconnect-provider.node.js",
  "browser": "dist/walletconnect-provider.umd.js",
  "react-native": "dist/walletconnect-provider.node.js",
  "scripts": {
    "clean": "rimraf lib dist",
    "babel:build": "babel src/ --out-dir lib/",
    "webpack:build": "webpack --env build",
    "build": "npm run lint && npm run clean && npm run babel:build && npm run webpack:build",
    "lint": "eslint --ext .js src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maticnetwork/walletconnect-provider.git"
  },
  "keywords": [
    "walletconnect",
    "matic",
    "ethereum",
    "web3",
    "ethers"
  ],
  "author": "Matic Network <info@matic.network>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/maticnetwork/walletconnect-provider/issues"
  },
  "homepage": "https://github.com/maticnetwork/walletconnect-provider#readme",
  "dependencies": {
    "@babel/polyfill": "7.0.0",
    "@babel/runtime": "7.1.2",
    "@walletconnect/browser": "1.0.0-beta.22",
    "@walletconnect/qrcode-modal": "^1.0.0-beta.22",
    "@walletconnect/utils": "1.0.0-beta.22"
  },
  "devDependencies": {
    "@babel/cli": "7.1.2",
    "@babel/core": "7.1.0",
    "@babel/plugin-transform-runtime": "7.1.0",
    "@babel/preset-env": "7.1.0",
    "@babel/register": "7.0.0",
    "babel-eslint": "7.2.3",
    "babel-loader": "8.0.0-beta.0",
    "eslint": "5.6.0",
    "eslint-loader": "2.1.1",
    "husky": "1.1.1",
    "lint-staged": "7.3.0",
    "rimraf": "2.6.2",
    "webpack": "4.1.0",
    "webpack-cli": "3.1.2",
    "yargs": "8.0.2"
  },
  "browserslist": [
    "> 1%",
    "node 8",
    "not dead"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "linters": {
      "*.js": [
        "eslint --fix src test",
        "git add"
      ]
    },
    "ignore": [
      "dist",
      "lib"
    ]
  }
}
