{
  "name": "eas-cli",
  "version": "18.6.0",
  "description": "EAS command line tool",
  "keywords": [
    "cli",
    "eas",
    "expo"
  ],
  "homepage": "https://github.com/expo/eas-cli",
  "bugs": "https://github.com/expo/eas-cli/issues",
  "license": "MIT",
  "author": "Expo <support@expo.dev>",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/eas-cli.git",
    "directory": "packages/eas-cli"
  },
  "bin": {
    "eas": "./bin/run"
  },
  "files": [
    "/bin",
    "/build",
    "/oclif.manifest.json",
    "/schema"
  ],
  "scripts": {
    "postpack": "rimraf oclif.manifest.json",
    "prepack": "yarn rebuild && node ./scripts/prepack.js",
    "rebuild": "rimraf build \"*.tsbuildinfo\" && yarn build",
    "build": "yarn typecheck-for-build && yarn copy-new-templates",
    "build-allow-unused": "tsc --project tsconfig.allowUnused.json",
    "watch": "yarn typecheck-for-build --watch --preserveWatchOutput",
    "watch-allow-unused": "yarn build-allow-unused --watch --preserveWatchOutput",
    "typecheck": "tsc",
    "typecheck-for-build": "tsc --project tsconfig.build.json",
    "test": "jest",
    "version": "yarn run -T oclif readme && node scripts/patch-readme && git add README.md",
    "generate-graphql-code": "graphql-codegen --config graphql-codegen.yml",
    "verify-graphql-code": "./scripts/verify-graphql.sh",
    "clean": "rimraf dist build tmp node_modules yarn-error.log \"*.tsbuildinfo\"",
    "copy-new-templates": "rimraf build/commandUtils/new/templates && mkdir -p build/commandUtils/new && cp -r src/commandUtils/new/templates build/commandUtils/new"
  },
  "dependencies": {
    "@expo/apple-utils": "2.1.19",
    "@expo/code-signing-certificates": "0.0.5",
    "@expo/config": "55.0.10",
    "@expo/config-plugins": "55.0.7",
    "@expo/eas-build-job": "18.6.0",
    "@expo/eas-json": "18.6.0",
    "@expo/env": "^1.0.0",
    "@expo/json-file": "8.3.3",
    "@expo/logger": "18.5.0",
    "@expo/multipart-body-parser": "2.0.0",
    "@expo/osascript": "2.1.4",
    "@expo/package-manager": "1.9.10",
    "@expo/pkcs12": "0.1.3",
    "@expo/plist": "0.2.0",
    "@expo/plugin-help": "5.1.23",
    "@expo/plugin-warn-if-update-available": "2.5.1",
    "@expo/prebuild-config": "8.0.17",
    "@expo/results": "1.0.0",
    "@expo/rudder-sdk-node": "1.1.1",
    "@expo/spawn-async": "1.7.2",
    "@expo/steps": "18.6.0",
    "@expo/timeago.js": "1.0.0",
    "@oclif/core": "^4.8.3",
    "@oclif/plugin-autocomplete": "^3.2.40",
    "@segment/ajv-human-errors": "^2.1.2",
    "@sentry/node": "7.77.0",
    "@urql/core": "4.0.11",
    "@urql/exchange-retry": "1.2.0",
    "ajv": "8.11.0",
    "ajv-formats": "2.1.1",
    "better-opn": "3.0.2",
    "bplist-parser": "^0.3.0",
    "chalk": "4.1.2",
    "cli-progress": "3.12.0",
    "dateformat": "4.6.3",
    "diff": "7.0.0",
    "dotenv": "16.3.1",
    "env-paths": "2.2.0",
    "envinfo": "7.11.0",
    "fast-deep-equal": "3.1.3",
    "fast-glob": "3.3.2",
    "figures": "3.2.0",
    "form-data": "^4.0.4",
    "fs-extra": "11.2.0",
    "getenv": "1.0.0",
    "gradle-to-js": "2.0.1",
    "graphql": "16.8.1",
    "graphql-tag": "2.12.6",
    "https-proxy-agent": "5.0.1",
    "ignore": "5.3.0",
    "indent-string": "4.0.0",
    "invariant": "^2.2.2",
    "jks-js": "1.1.0",
    "joi": "17.11.0",
    "keychain": "1.5.0",
    "log-symbols": "4.1.0",
    "mime": "3.0.0",
    "minimatch": "5.1.2",
    "minizlib": "3.0.1",
    "nanoid": "3.3.8",
    "node-fetch": "2.6.7",
    "node-forge": "1.3.1",
    "node-stream-zip": "1.15.0",
    "nullthrows": "1.1.1",
    "ora": "5.1.0",
    "pkg-dir": "4.2.0",
    "pngjs": "7.0.0",
    "promise-limit": "2.7.0",
    "promise-retry": "2.0.1",
    "prompts": "2.4.2",
    "qrcode-terminal": "0.12.0",
    "resolve-from": "5.0.0",
    "semver": "7.5.4",
    "set-interval-async": "3.0.3",
    "slash": "3.0.0",
    "tar": "7.5.7",
    "tar-stream": "3.1.7",
    "terminal-link": "2.1.1",
    "ts-deepmerge": "6.2.0",
    "tslib": "2.6.2",
    "turndown": "7.1.2",
    "untildify": "4.0.0",
    "uuid": "9.0.1",
    "wrap-ansi": "7.0.0",
    "yaml": "2.6.0",
    "zod": "^4.1.3"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "5.0.0",
    "@graphql-codegen/introspection": "4.0.0",
    "@graphql-codegen/typescript": "4.0.1",
    "@graphql-codegen/typescript-operations": "4.0.1",
    "@tsconfig/node20": "20.1.8",
    "@types/cli-progress": "3.11.5",
    "@types/dateformat": "3.0.1",
    "@types/diff": "6.0.0",
    "@types/envinfo": "7.8.3",
    "@types/express": "4.17.15",
    "@types/fs-extra": "11.0.4",
    "@types/getenv": "^1.0.0",
    "@types/invariant": "^2.2.37",
    "@types/mime": "3.0.1",
    "@types/node-fetch": "2.6.12",
    "@types/node-forge": "1.3.1",
    "@types/pngjs": "6.0.4",
    "@types/promise-retry": "1.1.3",
    "@types/prompts": "2.4.2",
    "@types/semver": "7.5.6",
    "@types/tar": "6.1.10",
    "@types/tar-stream": "3.1.3",
    "@types/tough-cookie": "4.0.2",
    "@types/uuid": "9.0.7",
    "@types/wrap-ansi": "3.0.0",
    "axios": "1.11.0",
    "eslint-plugin-graphql": "4.0.0",
    "express": "4.20.0",
    "jest": "29.7.0",
    "memfs": "3.4.13",
    "mockdate": "3.0.5",
    "nock": "13.4.0",
    "rimraf": "3.0.2",
    "ts-mockito": "2.6.1",
    "ts-node": "10.9.2",
    "typescript": "5.5.4"
  },
  "oclif": {
    "additionalHelpFlags": [
      "-h"
    ],
    "additionalVersionFlags": [
      "-v"
    ],
    "bin": "eas",
    "commands": "./build/commands",
    "plugins": [
      "@oclif/plugin-autocomplete",
      "@expo/plugin-help",
      "@expo/plugin-warn-if-update-available"
    ],
    "topics": {
      "account": {
        "description": "manage account"
      },
      "branch": {
        "description": "manage update branches"
      },
      "build": {
        "description": "build app binaries"
      },
      "channel": {
        "description": "manage update channels"
      },
      "device": {
        "description": "manage Apple devices for Internal Distribution"
      },
      "env": {
        "description": "manage project and account environment variables"
      },
      "metadata": {
        "description": "manage store configuration"
      },
      "observe": {
        "description": "monitor app performance metrics"
      },
      "project": {
        "description": "manage project"
      },
      "release": {
        "description": "manage update releases"
      },
      "secret": {
        "description": "manage project and account secrets"
      },
      "update": {
        "description": "manage individual updates"
      },
      "webhook": {
        "description": "manage webhooks"
      },
      "workflow": {
        "description": "manage workflows"
      }
    },
    "update": {
      "node": {
        "version": "20.19.4"
      },
      "s3": {
        "templates": {
          "target": {
            "unversioned": "<%- bin %>-<%- platform %>-<%- arch %><%- ext %>",
            "versioned": "<%- bin %>-<%- platform %>-<%- arch %><%- ext %>"
          }
        }
      }
    },
    "warn-if-update-available": {
      "message": "<%= chalk('★') %> <%= chalk.bold(config.name + '@' + latest) %> <%= chalk.bold('is now available.') %>\n<%= chalk.dim('To upgrade, run:') %>\n<%= chalk.dim(chalk.bold('npm install -g eas-cli')) %>\n<%= chalk.dim('Proceeding with outdated version.') %>\n",
      "timeoutInDays": 0.5
    }
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "gitHead": "0fb6dfc334f0e496d701ff2afad0d15da9a83478"
}
