fugitut
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
52 lines (51 loc) • 1.26 kB
JSON
{
"name": "@web3-react-fork/core",
"repository": {
"type": "git",
"url": "ssh://git@github.com:TBouder/web3-react-fork.git",
"directory": "packages/core"
},
"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"
],
"author": "Thomas Bouder <tbouder@pm.me>",
"main": "dist/index.js",
"module": "dist/core.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --env=jsdom",
"lint": "tsdx lint src test"
},
"dependencies": {
"@ethersproject/keccak256": "^5.0.0-beta.130",
"@web3-react-fork/abstract-connector": "^2.0.4",
"@web3-react-fork/types": "^2.0.4",
"tiny-invariant": "^1.0.6",
"tiny-warning": "^1.0.3"
},
"peerDependencies": {
"react": ">=16.8"
},
"license": "GPL-3.0-or-later",
"gitHead": "de18922b1932cae233043d95fffe578c4cf3eb23"
}