UNPKG

blackbull-sdk

Version:

An SDK for building applications on top of Blackbullswap

32 lines (31 loc) 807 B
{ "name": "@pangolindex/web3-react-injected-connector", "publishConfig": { "access": "public" }, "version": "1.0.1", "description": "A fork of @web3-react/injected-connector with a bug fixed.", "author": "Connor Daly <connor.daly@avalabs.org>", "repository": { "type": "git", "url": "https://github.com/pangolindex/web3-react-injected-connector" }, "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", "tiny-warning": "^1.0.3", "tsdx": "^0.11.0" }, "license": "GPL-3.0-or-later" }