{
  "name": "@hashlike-official/extend-web3-react-wrapper",
  "description": "web3-react wrapper - it offers a common interface for different wallet providers",
  "keywords": [
    "web3-react",
    "metamask",
    "kaikas"
  ],
  "author": "Kim HyunJin <hyunjin1612@gmail.com>",
  "license": "GPL-3.0-or-later",
  "repository": "github:hashlike-official/extend-web3-react",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.0.25",
  "files": [
    "dist/*"
  ],
  "type": "commonjs",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "scripts": {
    "build": "tsc",
    "start": "tsc --watch"
  },
  "dependencies": {
    "@ethersproject/contracts": "^5.6.0",
    "@ethersproject/providers": "^5.6.5",
    "@ethersproject/units": "^5.6.0",
    "@hashlike-official/extend-web3-react-kaikas": "^1.0.14",
    "@web3-react/core": "8.0.35-beta.0",
    "@web3-react/metamask": "8.0.28-beta.0",
    "@web3-react/store": "^8.0.25-beta.0",
    "@web3-react/types": "^8.0.20-beta.0"
  },
  "devDependencies": {
    "@types/jest": "^27.5.0",
    "@types/node": "^17.0.31",
    "@types/react": "^17.0.44",
    "@types/react-dom": "^17.0.16",
    "typescript": "^4.6.4"
  },
  "gitHead": "fcbb83ca413beadb485f49bc7653949cdfe85c58"
}
