mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-22 07:07:09 +01:00
16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"name": "@trezor/suite-analytics",
|
|
"version": "0.1.22",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"lint": "eslint '**/*.{ts,tsx,js}'",
|
|
"type-check": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/analytics": "*"
|
|
}
|
|
}
|