Files
trezor-suite/packages/coinjoin/package.json
dependabot[bot] 31d1aa4bd8 chore(deps): bump cross-fetch from 4.0.0 to 4.1.0
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/lquixada/cross-fetch/releases)
- [Changelog](https://github.com/lquixada/cross-fetch/blob/v4.x/CHANGELOG.md)
- [Commits](https://github.com/lquixada/cross-fetch/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: cross-fetch
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-17 17:00:14 +01:00

47 lines
1.6 KiB
JSON

{
"name": "@trezor/coinjoin",
"version": "1.0.0",
"private": true,
"author": "Trezor <info@trezor.io>",
"homepage": "https://github.com/trezor/trezor-suite/packages/coinjoin",
"description": "Coinjoin client",
"repository": {
"type": "git",
"url": "git://github.com/trezor/trezor-suite.git"
},
"bugs": {
"url": "https://github.com/trezor/trezor-suite/issues"
},
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index.ts",
"scripts": {
"test:unit": "yarn g:jest",
"test:discovery": "yarn g:tsx ./tests/tools/discovery-test.ts",
"test:anonymity": "yarn g:tsx ./tests/tools/anonymity-test.ts",
"test:benchmark": "yarn g:tsx ./tests/tools/benchmark-test.ts",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@suite-common/suite-constants": "workspace:*",
"@trezor/blockchain-link": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/blockchain-link-utils": "workspace:*",
"@trezor/eslint": "workspace:*",
"@trezor/utils": "workspace:*",
"@trezor/utxo-lib": "workspace:*",
"cross-fetch": "^4.1.0",
"golomb": "1.2.0",
"n64": "^0.2.10"
},
"devDependencies": {
"@trezor/node-utils": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@types/node-fetch": "^2.6.12",
"node-fetch": "^2.6.4",
"socks-proxy-agent": "8.0.5",
"ws": "^8.18.0"
}
}