mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 00:38:15 +01:00
20 lines
587 B
JSON
20 lines
587 B
JSON
{
|
|
"name": "@trezor/transport-native-bluetooth",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/transport": "workspace:*",
|
|
"react-native-ble-plx": "patch:react-native-ble-plx@npm%3A3.5.0#~/.yarn/patches/react-native-ble-plx-npm-3.5.0-c98fd0ae25.patch"
|
|
},
|
|
"devDependencies": {
|
|
"@trezor/type-utils": "workspace:*"
|
|
}
|
|
}
|