UNPKG

@trezor/connect-plugin-ethereum

Version:
59 lines 1.68 kB
{ "name": "@trezor/connect-plugin-ethereum", "version": "9.1.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", "types": "lib/index.d.ts", "exports": { ".": { "import": "./libESM/index.js", "require": "./lib/index.js" } } }, "main": "lib/index.js", "files": [ "lib/", "libESM/", "!**/*.map" ], "peerDependencies": { "@metamask/eth-sig-util": "^8.2.0", "tslib": "^2.6.2" }, "devDependencies": { "@metamask/eth-sig-util": "^8.2.0" }, "scripts": { "test:unit": "yarn g:jest -c ../../jest.config.base.js", "type-check": "yarn g:tsc --build tsconfig.json", "build:lib": "yarn build:lib:cjs && yarn build:lib:esm", "build:lib:cjs": "yarn g:rimraf ./lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/publish/replace-imports.sh ./lib cjs", "build:lib:esm": "yarn g:rimraf ./libESM && yarn g:tsc --build tsconfig.libESM.json && ../../scripts/publish/replace-imports.sh ./libESM esm", "depcheck": "yarn g:depcheck" }, "exports": { ".": { "import": "./libESM/index.js", "require": "./lib/index.js" } }, "types": "lib/index.d.ts" }