Files
trezor-suite/suite-common/sentry/package.json
2025-04-08 12:07:18 +02:00

19 lines
485 B
JSON

{
"name": "@suite-common/sentry",
"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": {
"@sentry/core": "8.55.0",
"@suite-common/suite-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/utils": "workspace:*"
}
}