{
  "name": "@web3-react/core",
  "keywords": [
    "web3-react"
  ],
  "author": "Noah Zinsmeister <noahwz@gmail.com>",
  "license": "GPL-3.0-or-later",
  "repository": "github:NoahZinsmeister/web3-react",
  "publishConfig": {
    "access": "public"
  },
  "version": "8.0.2-beta.0",
  "type": "module",
  "files": [
    "dist/*"
  ],
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "require": "./dist/cjs/index.js"
  },
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "main": "./dist/cjs/index.js",
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "tsc && tsc --project tsconfig.cjs.json",
    "start": "tsc --watch"
  },
  "dependencies": {
    "@ethersproject/providers": "^5.5.1",
    "@web3-react/store": "^8.0.1-beta.0",
    "@web3-react/types": "^8.0.1-beta.0",
    "zustand": "^4.0.0-beta.0"
  },
  "peerDependencies": {
    "react": ">=16.8"
  }
}
