Files
trezor-suite/packages/node-utils/package.json
2026-02-26 12:47:47 +01:00

20 lines
515 B
JSON

{
"name": "@trezor/node-utils",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"test:unit": "yarn g:jest --verbose",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@braintree/sanitize-url": "^7.1.2",
"@trezor/type-utils": "workspace:*",
"@trezor/utils": "workspace:*",
"ajv": "^8.17.1"
}
}