{ "name": "@trezor/connect-analytics", "version": "1.3.6", "license": "See LICENSE.md in repo root", "sideEffects": false, "main": "src/index.ts", "publishConfig": { "main": "lib/index.js" }, "files": [ "lib/", "!**/*.map" ], "scripts": { "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/analytics": "workspace:*" }, "peerDependencies": { "tslib": "^2.6.2" } }