mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 08:48:15 +01:00
45 lines
1.5 KiB
JSON
45 lines
1.5 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.0.0",
|
|
"golomb": "1.2.0",
|
|
"n64": "^0.2.10"
|
|
},
|
|
"devDependencies": {
|
|
"@trezor/type-utils": "workspace:*",
|
|
"node-fetch": "^2.6.4",
|
|
"socks-proxy-agent": "8.0.5",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|