mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
31 lines
914 B
JSON
31 lines
914 B
JSON
{
|
|
"name": "@trezor/react-native-usb",
|
|
"version": "1.0.0",
|
|
"description": "React Native WebUSB implementation",
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"type-check": "yarn g:tsc --build tsconfig.json",
|
|
"open:ios": "open -a \"Xcode\" example/ios",
|
|
"open:android": "open -a \"Android Studio\" example/android"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"expo",
|
|
"react-native-usb",
|
|
"ReactNativeUsb"
|
|
],
|
|
"repository": "https://github.com/trezor/trezor-suite",
|
|
"bugs": {
|
|
"url": "https://github.com/trezor/trezor-suite/issues"
|
|
},
|
|
"author": "Daniel Suchy <daniel.suchy@satoshilabs.com> (@Nodonisko)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/trezor/trezor-suite#readme",
|
|
"peerDependencies": {
|
|
"expo": "*",
|
|
"expo-modules-core": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|