Files
trezor-suite/suite-common/suite-utils/package.json
2026-02-10 16:47:48 +01:00

34 lines
1.1 KiB
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/device-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"date-fns": "^4.1.0",
"jws": "^4.0.1",
"ua-parser-js": "^2.0.4"
},
"devDependencies": {
"@trezor/device-utils": "workspace:^"
}
}