{ "name": "@trezor/env-utils", "version": "1.4.3", "homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/env-utils", "npmPublishAccess": "public", "license": "See LICENSE.md in repo root", "repository": { "type": "git", "url": "git://github.com/trezor/trezor-suite.git" }, "bugs": { "url": "https://github.com/trezor/trezor-suite/issues" }, "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", "prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js", "prepublish": "yarn tsx ../../scripts/prepublish.js" }, "dependencies": { "ua-parser-js": "^2.0.4" }, "peerDependencies": { "expo-constants": "*", "expo-localization": "*", "react-native": "*", "tslib": "^2.6.2" }, "peerDependenciesMeta": { "expo-constants": { "optional": true }, "expo-localization": { "optional": true }, "react-native": { "optional": true } }, "devDependencies": { "tsx": "^4.20.3" } }