Files
trezor-suite/packages/analytics/package.json
2022-07-29 17:24:08 +02:00

17 lines
399 B
JSON

{
"name": "@trezor/analytics",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"lint": "eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js",
"type-check": "tsc --build"
},
"dependencies": {
"@trezor/utils": "*"
}
}