mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
20 lines
547 B
JSON
20 lines
547 B
JSON
{
|
|
"name": "@suite-common/tx-simulation",
|
|
"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": {
|
|
"@blockaid/client": "^0.56.0",
|
|
"@suite-common/react-query": "workspace:^",
|
|
"@suite-common/wallet-config": "workspace:^",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"react": "18.2.0"
|
|
}
|
|
}
|