Files
trezor-suite/suite-common/assets/package.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:*"
}
}