mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
27 lines
652 B
JSON
27 lines
652 B
JSON
{
|
|
"name": "@trezor/address-validator",
|
|
"version": "1.0.0",
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"private": true,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"test:unit": "yarn g:jest",
|
|
"depcheck": "yarn g:depcheck"
|
|
},
|
|
"dependencies": {
|
|
"base-x": "^5.0.1",
|
|
"bech32": "^2.0.0",
|
|
"browserify-bignum": "^1.3.0-2",
|
|
"cbor": "^10.0.10",
|
|
"chai": "^5.2.0",
|
|
"crc": "^3.8.0",
|
|
"groestl-hash-js": "1.0.0",
|
|
"jssha": "2.3.1",
|
|
"lodash": "^4.17.15"
|
|
},
|
|
"devDependencies": {
|
|
"@trezor/eslint": "workspace:*"
|
|
}
|
|
}
|