fugitut
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
41 lines (40 loc) • 953 B
JSON
{
"name": "@web3-react-fork/types",
"repository": {
"type": "git",
"url": "ssh://git@github.com:TBouder/web3-react-fork.git",
"directory": "packages/types"
},
"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@protonmail.com>",
"main": "dist/index.js",
"module": "dist/types.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"lint": "tsdx lint src"
},
"license": "GPL-3.0-or-later",
"gitHead": "de18922b1932cae233043d95fffe578c4cf3eb23"
}