{
  "name": "@soul-web3-react/core",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.0.1",
  "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": "Enchantress Buns && DeGatchi",
  "repository": {
    "type": "git",
    "url": "git://github.com/soulswap/soul-web3-react"
  },
  "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",
    "@soul-web3-react/abstract-connector": "^0.0.1",
    "@soul-web3-react/types": "^0.0.1",
    "tiny-invariant": "^1.0.6",
    "tiny-warning": "^1.0.3"
  },
  "peerDependencies": {
    "react": ">=16.8"
  },
  "license": "GPL-3.0-or-later",
  "gitHead": "9a4cbe01bcc6d321460b36d7bf848c25743b50d9"
}
