mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
24 lines
574 B
JSON
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:*"
|
|
}
|
|
}
|