Files
trezor-suite/suite-common/analytics/package.json
2026-02-09 14:31:06 +01:00

18 lines
452 B
JSON

{
"name": "@suite-common/analytics",
"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": {
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"react": "19.1.0"
}
}