mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
20 lines
528 B
JSON
20 lines
528 B
JSON
{
|
|
"name": "@suite-native/clipboard",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/toasts": "workspace:*",
|
|
"expo-clipboard": "~8.0.8",
|
|
"react": "19.1.0"
|
|
}
|
|
}
|