UNPKG

@web3-wallets-kit/core

Version:
50 lines (49 loc) 1.27 kB
{ "name": "@web3-wallets-kit/core", "version": "0.3.9", "description": "Package for connecting with Ethereum wallets for dApp", "keywords": [ "ethereum", "web3", "dapp", "rxjs", "walletconnect", "metamask", "bitski", "fortmatic" ], "author": "akropolis.io", "homepage": "https://github.com/akropolisio/web3-wallets-kit/tree/master/packages/core#readme", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "module": "dist/core.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.9", "rxjs": "^6.2.2", "ts-toolbelt": "^6.0.0", "web3-providers-http": "^1.3.5", "web3-providers-ws": "^1.3.5" }, "gitHead": "2ce062ded5c31628007b2af431ed813931965b3c" }