mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
20 lines
482 B
JSON
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"
|
|
}
|
|
}
|