{ "name": "@trezor/coinjoin", "version": "1.0.0", "private": true, "author": "Trezor ", "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" } }