{
  "name": "@web3-wallet/plugin-balance",
  "description": "web3-wallet balance",
  "version": "1.3.3",
  "author": "logan <logan.luo@crypto.com>",
  "license": "MIT",
  "keywords": [
    "web3-wallet",
    "react"
  ],
  "files": [
    "**"
  ],
  "types": "./dist/esm/index.d.ts",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "dependencies": {
    "@web3-wallet/react": "^1.3.1",
    "@ethersproject/bignumber": "^5.7.0",
    "@ethersproject/providers": "^5.7.0",
    "@ethersproject/units": "^5.7.0"
  },
  "peerDependencies": {
    "react": ">=16.8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web3-wallet/web3-wallet.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/web3-wallet/web3-wallet/issues"
  },
  "homepage": "https://github.com/web3-wallet/web3-wallet#readme",
  "scripts": {
    "build": "tsc;tsc --module commonjs --outDir dist/cjs",
    "watch": "chokidar 'src/**/*.ts' -c 'pnpm -wc exec turbo run build --filter=plugin-balance'",
    "lint": "eslint src",
    "fix": "eslint src --fix",
    "ts-check": "tsc --noEmit"
  }
}