UNPKG

quicorrupti

Version:

Package for connecting with Ethereum wallets for dApp

40 lines (39 loc) 1.01 kB
{ "name": "@web3-wallets-kit/utils", "version": "0.4.3", "description": "Package for connecting with Ethereum wallets for dApp", "keywords": [ "ethereum", "web3", "dapp" ], "author": "akropolis.io", "homepage": "https://github.com/akropolisio/web3-wallets-kit/tree/master/packages/utils#readme", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "module": "dist/utils.esm.js", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/akropolisio/web3-wallets-kit.git" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "jest -c ../../jest.config.js", "lint": "eslint . --ext .js,.jsx,.ts,.tsx && tsc --noEmit --pretty --incremental false", "prepare": "yarn build" }, "bugs": { "url": "https://github.com/akropolisio/web3-wallets-kit/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@web3-wallets-kit/types": "^0.5.3" } }