mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-13 18:58:35 +01:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"name": "@suite-common/staking-solana",
|
|
"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": {
|
|
"@solana-program/compute-budget": "^0.8.0",
|
|
"@solana-program/stake": "^0.2.1",
|
|
"@solana-program/system": "^0.7.0",
|
|
"@solana/kit": "^2.3.0",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-constants": "workspace:*",
|
|
"@trezor/blockchain-link": "workspace:*",
|
|
"@trezor/blockchain-link-types": "workspace:*",
|
|
"@trezor/blockchain-link-utils": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*"
|
|
}
|
|
}
|