Files
trezor-suite/packages/request-manager/package.json
2025-09-18 13:04:25 +02:00

29 lines
984 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 -c jest.config.js",
"test:unit": "yarn g:jest --testPathIgnorePatterns e2e -c jest.config.js",
"test:e2e": "yarn g:jest --runInBand --testPathIgnorePatterns tests -c jest.config..js",
"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"
}
}