mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
29 lines
856 B
JSON
29 lines
856 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",
|
|
"test-health": "tsx ./src/quarantineBot/index.ts",
|
|
"seed-tests": "CURRENTS_PROJECT_ID=iBEsWE yarn pwc --config ./src/quarantineBot/seed/playwright.config.ts"
|
|
},
|
|
"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": {
|
|
"@currents/playwright": "^1.21.2",
|
|
"@playwright/test": "1.57.0",
|
|
"@trezor/node-utils": "workspace:*",
|
|
"tsx": "^4.21.0"
|
|
}
|
|
}
|