molestiaererum
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
42 lines (41 loc) • 903 B
JSON
{
"name": "abstract-connector-tfkt",
"publishConfig": {
"access": "public"
},
"version": "1.0.0",
"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": "Lyappunov <lyappunov@outlook.com>",
"repository": {
"type": "git",
"url": "git://github.com/Lyappunov/web3-react-tfkt.git"
},
"main": "dist/index.js",
"module": "dist/abstract-connector.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"lint": "tsdx lint src"
},
"dependencies": {
"@web3-react/types": "^6.0.7",
"tsdx": "^0.14.1"
},
"license": "GPL-3.0-or-later"
}