Files
trezor-suite/suite-common/suite-constants/package.json
2025-09-18 13:04:25 +02:00

18 lines
467 B
JSON

{
"name": "@suite-common/suite-constants",
"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:*",
"@trezor/connect": "workspace:*",
"@trezor/device-utils": "workspace:*"
}
}