mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-19 21:58:29 +01:00
We are not publiblishing @trezor/analytics anymore since it is not a dependency of Connect so we remove fiels and code that is for publishing.
20 lines
502 B
JSON
20 lines
502 B
JSON
{
|
|
"name": "@trezor/analytics",
|
|
"version": "1.5.0",
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"tslib": "^2.6.2"
|
|
}
|
|
}
|