Files
trezor-suite/packages/e2e-utils/package.json
2026-01-09 13:42:56 +01:00

24 lines
574 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": {
"@octokit/rest": "^21.1.1",
"@trezor/utils": "workspace:*",
"dotenv": "^16.4.7",
"express": "^5.2.1",
"uuid": "^13.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@trezor/node-utils": "workspace:*"
}
}