{ "name": "@suite-common/device-authenticity", "version": "1.0.0", "private": true, "license": "See LICENSE.md in repo root", "sideEffects": false, "main": "src/index", "scripts": { "test:unit": "yarn g:jest -c ./jest.config.js", "depcheck": "yarn g:depcheck", "type-check": "yarn g:tsc --build" }, "dependencies": { "@suite-common/message-system": "workspace:*", "@suite-common/redux-utils": "workspace:*", "@suite-common/suite-types": "workspace:*", "@suite-common/test-utils": "workspace:*", "@suite-common/toast-notifications": "workspace:*", "@suite-common/wallet-core": "workspace:*", "@trezor/connect": "workspace:*" } }