@bscswap/binance-connector
Version:
A simple, maximally extensible, dependency minimized framework for building modern Binance Smart Chain dApps
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "@bscswap/binance-connector",
"publishConfig": {
"access": "public"
},
"version": "6.0.10",
"description": "A simple, maximally extensible, dependency minimized framework for building modern Binance Smart Chain dApps",
"keywords": [
"react",
"react-hooks",
"hooks",
"binance",
"javascript",
"typescript",
"web3",
"context",
"frontend",
"dapp",
"binancechain"
],
"author": "Hyunsik Lee <hyunsiklee@bscswap.com>",
"repository": {
"type": "git",
"url": "git://github.com/bscswap/web3-react.git"
},
"main": "dist/index.js",
"module": "dist/injected-connector.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"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",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"tiny-warning": "^1.0.3"
},
"license": "GPL-3.0-or-later"
}