Files
trezor-suite/packages/e2e-utils/package.json
2025-02-07 13:22:22 +01:00

18 lines
394 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": "^4.21.2",
"uuid": "^11.0.5",
"ws": "^8.18.0"
}
}