UNPKG

quicorrupti

Version:

Package for connecting with Ethereum wallets for dApp

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