Files
trezor-suite/suite-common/wallet-constants/package.json

16 lines
365 B
JSON

{
"name": "@suite-common/wallet-constants",
"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"
},
"dependencies": {
"@trezor/utils": "workspace:*"
}
}