{
  "name": "@web3-react/types",
  "publishConfig": {
    "access": "public"
  },
  "version": "6.0.7",
  "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/types.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "lint": "tsdx lint src"
  },
  "license": "GPL-3.0-or-later"
}
