Files
trezor-suite/suite-common/assets/package.json
2026-02-26 12:47:47 +01:00

18 lines
444 B
JSON

{
"name": "@suite-common/assets",
"version": "1.0.0",
"main": "src/index",
"license": "See LICENSE.md in repo root",
"private": true,
"sideEffects": false,
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build",
"test:unit": "yarn g:jest"
},
"dependencies": {
"@suite-common/wallet-types": "workspace:*",
"@trezor/utils": "workspace:*"
}
}