Files
trezor-suite/suite-common/validators/package.json
2026-02-13 11:09:36 +01:00

21 lines
516 B
JSON

{
"name": "@suite-common/validators",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": [
"src/config.ts"
],
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@trezor/utils": "workspace:*",
"yup": "1.7.1"
}
}