mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-08 08:17:58 +01:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "@trezor/blockchain-link-utils",
|
|
"version": "1.4.2-beta.1",
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index.ts",
|
|
"publishConfig": {
|
|
"main": "lib/index.js"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"!**/*.map"
|
|
],
|
|
"scripts": {
|
|
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build",
|
|
"build:lib": "yarn g:rimraf ./lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/replace-imports.sh ./lib",
|
|
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
|
|
"prepublish": "yarn tsx ../../scripts/prepublish.js"
|
|
},
|
|
"dependencies": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@stellar/stellar-sdk": "^13.3.0",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"xrpl": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@solana/addresses": "^2.1.1",
|
|
"@solana/keys": "^2.1.1",
|
|
"@solana/rpc-api": "^2.1.1",
|
|
"@solana/rpc-types": "^2.1.1",
|
|
"@trezor/blockchain-link-types": "workspace:*",
|
|
"@trezor/eslint": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"tsx": "^4.20.3"
|
|
},
|
|
"peerDependencies": {
|
|
"tslib": "^2.6.2"
|
|
}
|
|
}
|