Files
trezor-suite/suite-common/fiat-services/package.json
2025-09-18 13:04:25 +02:00

23 lines
718 B
JSON

{
"name": "@suite-common/fiat-services",
"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",
"test:unit": "yarn g:jest -c ../../jest.config.base.js"
},
"dependencies": {
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/blockchain-link-utils": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/utils": "workspace:*",
"date-fns": "^4.1.0"
}
}