mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 14:35:29 +01:00
18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"name": "@trezor/e2e-utils",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"express": "^5.1.0",
|
|
"uuid": "^11.1.0",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|