mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-02 21:45:14 +01:00
24 lines
678 B
JSON
24 lines
678 B
JSON
{
|
|
"name": "@trezor/ipc-proxy",
|
|
"version": "1.0.1",
|
|
"author": "Trezor <info@trezor.io>",
|
|
"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"
|
|
}
|
|
}
|