mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
21 lines
593 B
JSON
21 lines
593 B
JSON
{
|
|
"name": "@suite-native/sentry",
|
|
"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": {
|
|
"@sentry/core": "10.38.0",
|
|
"@sentry/react-native": "7.11.0",
|
|
"@suite-common/sentry": "workspace:*",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-native/config": "workspace:*"
|
|
}
|
|
}
|