UNPKG

@trezor/connect-plugin-ethereum

Version:
42 lines (41 loc) 1.26 kB
{ "name": "@trezor/connect-plugin-ethereum", "version": "9.0.5", "author": "Trezor <info@trezor.io>", "homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-plugin-ethereum", "description": "@trezor/connect plugin for Ethereum", "license": "SEE LICENSE IN LICENSE.md", "repository": { "type": "git", "url": "git://github.com/trezor/trezor-suite.git" }, "bugs": { "url": "https://github.com/trezor/trezor-suite/issues" }, "keywords": [ "Trezor", "trezor-connect", "Ethereum" ], "sideEffects": false, "publishConfig": { "main": "lib/index.js" }, "main": "lib/index.js", "files": [ "lib/" ], "peerDependencies": { "@metamask/eth-sig-util": "^8.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@metamask/eth-sig-util": "^8.0.0" }, "scripts": { "lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'", "test:unit": "yarn g:jest -c ../../jest.config.base.js", "type-check": "yarn g:tsc --build tsconfig.json", "build:lib": "yarn g:rimraf ./lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/replace-imports.sh ./lib" } }