aperiamomnis
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
51 lines (50 loc) • 1.31 kB
JSON
{
"name": "@web3-react-fork/walletconnect-connector",
"repository": {
"type": "git",
"url": "git://github.com/TBouder/web3-react-fork.git",
"directory": "packages/walletconnect-connector"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"
},
"version": "1.0.7",
"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",
"walletconnect"
],
"author": "Thomas Bouder <tbouder@pm.me>",
"main": "dist/index.js",
"module": "dist/walletconnect-connector.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"lint": "tsdx lint src"
},
"dependencies": {
"@walletconnect/types": "^1.4.1",
"@walletconnect/web3-provider": "^1.4.1",
"@web3-react-fork/abstract-connector": "^6.1.0",
"@web3-react-fork/types": "^7.0.22",
"bufferutil": "^4.0.3",
"tiny-invariant": "^1.0.6",
"utf-8-validate": "^5.0.4"
},
"license": "GPL-3.0-or-later",
"gitHead": "ab140a0c73b2f5a8803d5c203fd15972a7b0240e"
}