{
  "name": "@web3-react/core",
  "publishConfig": {
    "access": "public"
  },
  "version": "6.1.9",
  "description": "A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps",
  "keywords": [
    "react",
    "react-hooks",
    "hooks",
    "ethereum",
    "javascript",
    "typescript",
    "web3",
    "context",
    "frontend",
    "dapp"
  ],
  "author": "Noah Zinsmeister <noahwz@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/NoahZinsmeister/web3-react.git"
  },
  "main": "dist/index.js",
  "module": "dist/core.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --env=jsdom",
    "lint": "tsdx lint src test"
  },
  "dependencies": {
    "@ethersproject/keccak256": "^5.0.0-beta.130",
    "@web3-react/abstract-connector": "^6.0.7",
    "@web3-react/types": "^6.0.7",
    "tiny-invariant": "^1.0.6",
    "tiny-warning": "^1.0.3"
  },
  "peerDependencies": {
    "react": ">=16.8"
  },
  "license": "GPL-3.0-or-later"
}
