{
  "name": "@trezor/env-utils",
  "version": "1.5.0",
  "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": "lib/index.js",
  "publishConfig": {
    "main": "lib/index.js"
  },
  "files": [
    "lib/",
    "!**/*.map"
  ],
  "scripts": {
    "depcheck": "yarn g:depcheck",
    "type-check": "yarn g:tsc --build",
    "test:unit": "yarn g:jest",
    "test-unit:watch": "yarn g:jest -o --watch",
    "build:lib": "yarn g:rimraf ./lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/publish/replace-imports.sh ./lib cjs",
    "prepublishOnly": "yarn tsx ../../scripts/publish/prepublishNPM.js",
    "prepublish": "yarn tsx ../../scripts/publish/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"
  }
}