{
  "name": "@binance-chain/bsc-connector",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.0.0",
  "description": "A simple, maximally extensible, dependency minimized framework for building modern Bsc dApps",
  "keywords": [
    "react",
    "hooks",
    "ethereum",
    "javascript",
    "typescript",
    "web3",
    "context",
    "frontend",
    "dapp",
    "metamask",
    "bsc"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/binance-chain-npm/bsc-web3-connector.git"
  },
  "main": "dist/index.js",
  "module": "dist/web3-connector.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "lint": "tsdx lint src",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "@web3-react/abstract-connector": "^6.0.7",
    "@web3-react/types": "^6.0.7",
    "tiny-warning": "^1.0.3"
  },
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "semantic-release": "^17.2.2",
    "tsdx": "^0.14.1",
    "tslib": "^2.0.3"
  }
}
