mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
29 lines
929 B
JSON
29 lines
929 B
JSON
{
|
|
"name": "@trezor/request-manager",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test:all": "yarn g:jest",
|
|
"test:unit": "yarn g:jest --testPathIgnorePatterns e2e",
|
|
"test:e2e": "yarn g:jest --runInBand --testPathIgnorePatterns tests",
|
|
"type-check": "yarn g:tsc --build tsconfig.json",
|
|
"test:stress": "ts-node -O '{\"module\": \"commonjs\"}' ./e2e/identities-stress.ts",
|
|
"depcheck": "yarn g:depcheck"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/node-utils": "workspace:^",
|
|
"@trezor/utils": "workspace:*",
|
|
"node-fetch": "^2.6.4",
|
|
"socks-proxy-agent": "8.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@trezor/eslint": "workspace:*",
|
|
"@types/node-fetch": "^2.6.12",
|
|
"ts-node": "^10.9.2",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|