{
  "name": "@trezor/blockchain-link-types",
  "version": "1.5.1",
  "license": "See LICENSE.md in repo root",
  "sideEffects": false,
  "main": "lib/index.js",
  "publishConfig": {
    "main": "lib/index.js"
  },
  "files": [
    "lib/",
    "!**/*.map"
  ],
  "scripts": {
    "depcheck": "yarn g:depcheck",
    "type-check": "yarn g:tsc --build",
    "build:lib": "yarn g:rimraf ./lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/publish/replace-imports.sh ./lib cjs",
    "prepublishOnly": "yarn tsx ../../scripts/publish/prepublishNPM.js",
    "prepublish": "yarn tsx ../../scripts/publish/prepublish.js"
  },
  "dependencies": {
    "@trezor/utils": "9.5.0",
    "@trezor/utxo-lib": "2.5.0"
  },
  "devDependencies": {
    "@trezor/type-utils": "1.2.0",
    "tsx": "^4.20.3"
  },
  "peerDependencies": {
    "tslib": "^2.6.2"
  }
}