Files
trezor-suite/packages/ipc-proxy/package.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"
}
}