mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-13 02:38:15 +01:00
22 lines
646 B
JSON
22 lines
646 B
JSON
{
|
|
"__reason_for_this_file__": "pkg packs all the 'dependencies' but we wan't only some of them to be packed.",
|
|
"name": "@trezor/transport-bridge",
|
|
"version": "3.2.0",
|
|
"license": "See LICENSE.md in repo root",
|
|
"dependencies": {
|
|
"@trezor/transport": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"usb": "^2.15.0"
|
|
},
|
|
"pkg": {
|
|
"outputPath": "build",
|
|
"targets": [
|
|
"node18-macos-x64",
|
|
"node18-macos-arm64",
|
|
"node18-linux-x64",
|
|
"node18-linux-arm64"
|
|
],
|
|
"assets": ["../../node_modules/usb/**/*", "./dist/ui/**/*"]
|
|
}
|
|
}
|