{ "name": "@suite/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/analytics": "workspace:*", "@suite-common/metadata-types": "workspace:*", "@suite-common/wallet-config": "workspace:*", "@trezor/analytics-uploader": "workspace:*", "@trezor/device-utils": "workspace:*" } }