1{ 2 "name": "@expo/cli", 3 "version": "0.11.1", 4 "description": "The Expo CLI", 5 "main": "build/bin/cli", 6 "bin": { 7 "expo-internal": "build/bin/cli" 8 }, 9 "files": [ 10 "static", 11 "build" 12 ], 13 "scripts": { 14 "build": "taskr", 15 "prepare": "taskr release", 16 "clean": "expo-module clean", 17 "lint": "expo-module lint", 18 "typecheck": "expo-module typecheck", 19 "test": "expo-module test", 20 "test:e2e": "jest --config e2e/jest.config.js", 21 "prepublishOnly": "expo-module prepublishOnly", 22 "expo-module": "expo-module", 23 "generate-graphql-code": "graphql-codegen --config graphql-codegen.yml" 24 }, 25 "repository": { 26 "type": "git", 27 "url": "https://github.com/expo/expo.git", 28 "directory": "packages/@expo/cli" 29 }, 30 "keywords": [ 31 "expo" 32 ], 33 "author": "Expo", 34 "license": "MIT", 35 "bugs": { 36 "url": "https://github.com/expo/expo/issues" 37 }, 38 "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli", 39 "dependencies": { 40 "@babel/runtime": "^7.20.0", 41 "@expo/code-signing-certificates": "0.0.5", 42 "@expo/config": "~8.2.0", 43 "@expo/config-plugins": "~7.3.0", 44 "@expo/dev-server": "0.6.0", 45 "@expo/devcert": "^1.0.0", 46 "@expo/env": "~0.1.0", 47 "@expo/json-file": "^8.2.37", 48 "@expo/metro-config": "~0.11.0", 49 "@expo/osascript": "^2.0.31", 50 "@expo/package-manager": "~1.0.0", 51 "@expo/plist": "^0.0.20", 52 "@expo/prebuild-config": "6.3.0", 53 "@expo/rudder-sdk-node": "1.1.1", 54 "@expo/spawn-async": "1.5.0", 55 "@expo/xcpretty": "^4.2.1", 56 "@urql/core": "2.3.6", 57 "@urql/exchange-retry": "0.3.0", 58 "accepts": "^1.3.8", 59 "arg": "4.1.0", 60 "better-opn": "~3.0.2", 61 "bplist-parser": "^0.3.1", 62 "cacache": "^15.3.0", 63 "chalk": "^4.0.0", 64 "ci-info": "^3.3.0", 65 "debug": "^4.3.4", 66 "env-editor": "^0.4.1", 67 "form-data": "^3.0.1", 68 "freeport-async": "2.0.0", 69 "fs-extra": "~8.1.0", 70 "getenv": "^1.0.0", 71 "glob": "^7.1.7", 72 "graphql": "15.8.0", 73 "graphql-tag": "^2.10.1", 74 "https-proxy-agent": "^5.0.1", 75 "internal-ip": "4.3.0", 76 "is-root": "^2.1.0", 77 "js-yaml": "^3.13.1", 78 "json-schema-deref-sync": "^0.13.0", 79 "md5hex": "^1.0.0", 80 "minimatch": "^3.0.4", 81 "minipass": "3.1.6", 82 "node-fetch": "^2.6.7", 83 "node-forge": "^1.3.1", 84 "npm-package-arg": "^7.0.0", 85 "ora": "3.4.0", 86 "pretty-bytes": "5.6.0", 87 "progress": "2.0.3", 88 "prompts": "^2.3.2", 89 "qrcode-terminal": "0.11.0", 90 "require-from-string": "^2.0.2", 91 "requireg": "^0.2.2", 92 "resolve-from": "^5.0.0", 93 "semver": "^7.5.3", 94 "send": "^0.18.0", 95 "slugify": "^1.3.4", 96 "structured-headers": "^0.4.1", 97 "tar": "^6.0.5", 98 "tempy": "^0.7.1", 99 "terminal-link": "^2.1.1", 100 "text-table": "^0.2.0", 101 "url-join": "4.0.0", 102 "wrap-ansi": "^7.0.0", 103 "ws": "^8.12.1" 104 }, 105 "taskr": { 106 "requires": [ 107 "./taskfile-swc.js" 108 ] 109 }, 110 "devDependencies": { 111 "@expo/multipart-body-parser": "^1.0.0", 112 "@expo/ngrok": "4.1.0", 113 "@expo/webpack-config": "^0.17.4", 114 "@graphql-codegen/cli": "2.16.3", 115 "@graphql-codegen/typescript": "2.8.7", 116 "@graphql-codegen/typescript-operations": "2.5.12", 117 "@swc/core": "^1.2.126", 118 "@taskr/clear": "1.1.0", 119 "@taskr/esnext": "1.1.0", 120 "@taskr/watch": "1.1.0", 121 "@tsconfig/node14": "^1.0.1", 122 "@types/accepts": "^1.3.5", 123 "@types/cacache": "^15.0.1", 124 "@types/debug": "^4.1.7", 125 "@types/execa": "^0.9.0", 126 "@types/form-data": "^2.2.0", 127 "@types/getenv": "^1.0.0", 128 "@types/js-yaml": "^3.12.2", 129 "@types/klaw-sync": "^6.0.0", 130 "@types/minipass": "^3.1.2", 131 "@types/npm-package-arg": "^6.1.0", 132 "@types/progress": "^2.0.5", 133 "@types/prompts": "^2.0.6", 134 "@types/send": "^0.17.1", 135 "@types/tar": "^6.1.1", 136 "@types/text-table": "^0.2.1", 137 "@types/url-join": "^4.0.0", 138 "@types/webpack": "~4.41.32", 139 "@types/webpack-dev-server": "3.11.0", 140 "@types/wrap-ansi": "^8.0.1", 141 "@types/ws": "^8.5.4", 142 "devtools-protocol": "^0.0.1113120", 143 "expo-module-scripts": "^3.0.0", 144 "find-process": "^1.4.7", 145 "klaw-sync": "^6.0.0", 146 "memfs": "^3.2.0", 147 "nock": "~13.2.2", 148 "node-html-parser": "^6.1.5", 149 "nullthrows": "^1.1.1", 150 "structured-headers": "^0.4.1", 151 "taskr": "1.1.0", 152 "tree-kill": "^1.2.2", 153 "jest-runner-tsd": "^6.0.0", 154 "tsd": "^0.28.1" 155 } 156} 157