mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 22:45:29 +01:00
18 lines
466 B
JSON
18 lines
466 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": "jest -c ../../jest.config.base.js"
|
|
},
|
|
"dependencies": {
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@trezor/utils": "workspace:*"
|
|
}
|
|
}
|