Files
2026-02-26 12:47:47 +01:00

20 lines
482 B
JSON

{
"name": "@trezor/analytics-uploader",
"version": "1.5.0",
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index.ts",
"scripts": {
"test:unit": "yarn g:jest",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@trezor/env-utils": "workspace:*",
"@trezor/utils": "workspace:*"
},
"peerDependencies": {
"tslib": "^2.6.2"
}
}