mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 06:08:39 +01:00
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"name": "@trezor/validation",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": [
|
|
"src/config.ts"
|
|
],
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"lint": "eslint '**/*.{ts,tsx,js}'",
|
|
"type-check": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/utils": "*",
|
|
"yup": "^0.32.11"
|
|
}
|
|
}
|