Files
trezor-suite/packages/transport-native-bluetooth/package.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:*"
}
}