mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-22 15:17:08 +01:00
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
685 B
JSON
23 lines
685 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": {
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"test:e2e": "yarn g:jest --runInBand -c ../../jest.config.base.js",
|
|
"type-check": "yarn g:tsc --build tsconfig.json",
|
|
"test:stress": "ts-node -O '{\"module\": \"commonjs\"}' ./e2e/identities-stress.ts"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/utils": "workspace:*",
|
|
"socks-proxy-agent": "6.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.1",
|
|
"ws": "^8.17.1"
|
|
}
|
|
}
|