fugitut
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "@web3-react-fork/walletlink-connector",
"repository": {
"type": "git",
"url": "ssh://git@github.com:TBouder/web3-react-fork.git",
"directory": "packages/walletlink-connector"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"version": "2.0.4",
"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",
"walletlink"
],
"author": "Thomas Bouder <tbouder@pm.me>",
"main": "dist/index.js",
"module": "dist/walletlink-connector.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"lint": "tsdx lint src"
},
"dependencies": {
"@web3-react-fork/abstract-connector": "^2.0.4",
"@web3-react-fork/types": "^2.0.4",
"walletlink": "^2.0.2"
},
"license": "GPL-3.0-or-later",
"gitHead": "de18922b1932cae233043d95fffe578c4cf3eb23"
}