UNPKG

eas-cli

Version:
242 lines (241 loc) 6.91 kB
{ "name": "eas-cli", "description": "EAS command line tool", "version": "14.4.0", "author": "Expo <support@expo.dev>", "bin": { "eas": "./bin/run" }, "bugs": "https://github.com/expo/eas-cli/issues", "dependencies": { "@expo/apple-utils": "2.1.5", "@expo/code-signing-certificates": "0.0.5", "@expo/config": "10.0.6", "@expo/config-plugins": "9.0.12", "@expo/eas-build-job": "1.0.156", "@expo/eas-json": "14.3.1", "@expo/env": "^1.0.0", "@expo/json-file": "8.3.3", "@expo/logger": "1.0.117", "@expo/multipart-body-parser": "2.0.0", "@expo/osascript": "2.1.4", "@expo/package-manager": "1.7.0", "@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": "1.0.156", "@expo/timeago.js": "1.0.0", "@oclif/core": "^1.26.2", "@oclif/plugin-autocomplete": "^2.3.10", "@segment/ajv-human-errors": "^2.1.2", "@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", "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.0", "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", "jks-js": "1.1.0", "joi": "17.11.0", "jsonwebtoken": "9.0.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", "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", "slash": "3.0.0", "tar": "6.2.1", "tar-stream": "3.1.7", "terminal-link": "2.1.1", "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": "^3.23.8" }, "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/node18": "18.2.4", "@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/jsonwebtoken": "8.5.1", "@types/mime": "3.0.1", "@types/node-fetch": "2.6.2", "@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": "0.28.1", "eslint-plugin-graphql": "4.0.0", "express": "4.20.0", "memfs": "3.4.13", "mockdate": "3.0.5", "nock": "13.4.0", "rimraf": "3.0.2", "ts-deepmerge": "6.2.0", "ts-mockito": "2.6.1", "ts-node": "10.9.2", "typescript": "5.3.3" }, "engines": { "node": ">=18.0.0" }, "files": [ "/bin", "/build", "/oclif.manifest.json", "/schema" ], "homepage": "https://github.com/expo/eas-cli", "keywords": [ "expo", "eas", "cli" ], "license": "MIT", "oclif": { "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" }, "metadata": { "description": "manage store configuration" }, "project": { "description": "manage project" }, "release": { "description": "manage update releases" }, "secret": { "description": "manage project and account secrets" }, "env": { "description": "manage project and account environment variables" }, "update": { "description": "manage individual updates" }, "webhook": { "description": "manage webhooks" }, "workflow": { "description": "manage workflows" } }, "warn-if-update-available": { "timeoutInDays": 0.5, "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" }, "update": { "node": { "version": "18.6.0" }, "s3": { "templates": { "target": { "unversioned": "<%- bin %>-<%- platform %>-<%- arch %><%- ext %>", "versioned": "<%- bin %>-<%- platform %>-<%- arch %><%- ext %>" } } } }, "additionalHelpFlags": [ "-h" ], "additionalVersionFlags": [ "-v" ] }, "repository": "expo/eas-cli", "scripts": { "postpack": "rimraf oclif.manifest.json", "prepack": "yarn rebuild && node ./scripts/prepack.js", "rebuild": "rimraf build && yarn build", "pretarball-ci": "./scripts/pretarball-ci.sh", "build": "tsc --project tsconfig.build.json", "build-allow-unused": "tsc --project tsconfig.allowUnused.json", "watch": "yarn build --watch --preserveWatchOutput", "watch-allow-unused": "yarn build-allow-unused --watch --preserveWatchOutput", "typecheck": "tsc", "test": "jest", "version": "yarn oclif readme && node scripts/patch-readme && git add README.md", "generate-graphql-code": "graphql-codegen --config graphql-codegen.yml", "clean": "rimraf dist build tmp node_modules yarn-error.log" }, "volta": { "node": "20.11.0", "yarn": "1.22.21" }, "gitHead": "4dc4ef85faac11a8df3f42b61900a5d7bcc88e90" }