web3-react-okexchain-connector
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "web3-react-okexchain-connector",
"publishConfig": {
"access": "public"
},
"version": "6.0.10",
"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",
"metax",
"okx-wallet"
],
"author": "sunbeyond <sunbeyond@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/sunbeyond/web3-react-okexchain-connector.git"
},
"main": "index.js",
"module": "injected-connector.esm.js",
"typings": "index.d.ts",
"files": [
"declarations.d.ts",
"index.d.ts",
"injected-connector.cjs.development.js",
"injected-connector.cjs.development.js.map",
"injected-connector.cjs.production.min.js",
"injected-connector.cjs.production.min.js.map",
"injected-connector.esm.js",
"injected-connector.esm.js.map",
"types.d.ts"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"lint": "tsdx lint src"
},
"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",
"gitHead": "b1fed167c94efd9123f271262351cdff83d510d3"
}