Files
trezor-suite/suite-common/suite-utils/package.json
2025-05-12 12:15:20 +02:00

29 lines
906 B
JSON

{
"name": "@suite-common/suite-utils",
"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",
"test:unit": "yarn g:jest",
"test-unit:watch": "yarn g:jest -o --watch"
},
"dependencies": {
"@suite-common/suite-config": "workspace:*",
"@suite-common/suite-constants": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"date-fns": "^4.1.0"
},
"devDependencies": {
"@trezor/device-utils": "workspace:^"
}
}