{ "name": "@trezor/analytics", "version": "1.4.1", "license": "See LICENSE.md in repo root", "sideEffects": false, "main": "src/index.ts", "publishConfig": { "main": "lib/index.js" }, "files": [ "lib/", "!**/*.map" ], "scripts": { "test:unit": "yarn g:jest -c ../../jest.config.base.js", "depcheck": "yarn g:depcheck", "type-check": "yarn g:tsc --build", "build:lib": "yarn g:rimraf lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/replace-imports.sh ./lib" }, "dependencies": { "@trezor/env-utils": "workspace:*", "@trezor/utils": "workspace:*" }, "peerDependencies": { "tslib": "^2.6.2" } }