UNPKG

quicorrupti

Version:

Package for connecting with Ethereum wallets for dApp

43 lines (42 loc) 1.16 kB
{ "name": "@web3-wallets-kit/clover-connector", "version": "0.3.3", "description": "Package for connecting with Ethereum wallets for dApp", "keywords": [ "ethereum", "web3", "dapp", "clover" ], "author": "akropolis.io", "homepage": "https://github.com/akropolisio/web3-wallets-kit/tree/master/packages/clover-connector#readme", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "module": "dist/clover-connector.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": { "@clover-network/clover-connector": "^1.0.0", "@web3-wallets-kit/abstract-connector": "^0.3.3", "@web3-wallets-kit/types": "^0.5.3" } }