UNPKG

exalias

Version:

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

49 lines 1.16 kB
{ "name": "@starcoin/starswap-web3-core", "publishConfig": { "access": "public" }, "version": "0.3.1", "description": "A simple, maximally extensible, dependency minimized framework for building modern Starcoin dApps", "keywords": [ "react", "react-hooks", "hooks", "starcoin", "javascript", "typescript", "web3", "context", "frontend", "dapp" ], "author": "Noah Zinsmeister <noahwz@gmail.com>", "repository": { "type": "git", "url": "git://github.com/starcoinorg/starswap-web3.git" }, "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", "@starcoin/stc-util": "^0.4.1", "@web3-react/abstract-connector": "^6.0.7", "@web3-react/types": "^6.0.7", "tiny-invariant": "^1.0.6", "tiny-warning": "^1.0.3" }, "peerDependencies": { "react": ">=16.8" }, "license": "GPL-3.0-or-later" }