mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
26 lines
834 B
JSON
26 lines
834 B
JSON
{
|
|
"name": "@suite-common/staking",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"test:unit": "yarn g:jest",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@everstake/wallet-sdk-ethereum": "1.0.5",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-constants": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@suite-common/wallet-utils": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"web3-utils": "^4.3.2"
|
|
}
|
|
}
|