{ "name": "@trezor/ipc-proxy", "version": "1.0.1", "author": "Trezor ", "homepage": "https://github.com/trezor/trezor-suite/packages/ipc-proxy", "description": "Electron ipc proxy", "repository": { "type": "git", "url": "git://github.com/trezor/trezor-suite.git" }, "bugs": { "url": "https://github.com/trezor/trezor-suite/issues" }, "license": "See LICENSE.md in repo root", "sideEffects": false, "main": "src/index", "browser": "src/proxy", "scripts": { "test:unit": "yarn g:jest", "depcheck": "yarn g:depcheck", "type-check": "yarn g:tsc --build" } }