1{ 2 "name": "@expo/cli", 3 "version": "0.2.6", 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 }, 24 "repository": { 25 "type": "git", 26 "url": "https://github.com/expo/expo.git", 27 "directory": "packages/@expo/cli" 28 }, 29 "keywords": [ 30 "expo" 31 ], 32 "author": "Expo", 33 "license": "MIT", 34 "bugs": { 35 "url": "https://github.com/expo/expo/issues" 36 }, 37 "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli", 38 "dependencies": { 39 "@babel/runtime": "^7.14.0", 40 "@expo/code-signing-certificates": "^0.0.2", 41 "@expo/config": "~7.0.0", 42 "@expo/config-plugins": "~5.0.0", 43 "@expo/dev-server": "~0.1.110", 44 "@expo/devcert": "^1.0.0", 45 "@expo/json-file": "^8.2.35", 46 "@expo/metro-config": "~0.3.18", 47 "@expo/osascript": "^2.0.31", 48 "@expo/package-manager": "~0.0.53", 49 "@expo/plist": "^0.0.18", 50 "@expo/prebuild-config": "~5.0.0", 51 "@expo/rudder-sdk-node": "1.1.1", 52 "@expo/spawn-async": "1.5.0", 53 "@expo/xcpretty": "^4.2.1", 54 "@urql/core": "2.3.6", 55 "@urql/exchange-retry": "0.3.0", 56 "accepts": "^1.3.8", 57 "arg": "4.1.0", 58 "better-opn": "~3.0.2", 59 "bplist-parser": "^0.3.1", 60 "cacache": "^15.3.0", 61 "chalk": "^4.0.0", 62 "ci-info": "^3.3.0", 63 "debug": "^4.3.4", 64 "env-editor": "^0.4.1", 65 "form-data": "^3.0.1", 66 "freeport-async": "2.0.0", 67 "fs-extra": "~8.1.0", 68 "getenv": "^1.0.0", 69 "graphql": "15.8.0", 70 "graphql-tag": "^2.10.1", 71 "internal-ip": "4.3.0", 72 "is-root": "^2.1.0", 73 "js-yaml": "^3.13.1", 74 "json-schema-deref-sync": "^0.13.0", 75 "md5-file": "^3.2.3", 76 "md5hex": "^1.0.0", 77 "minipass": "3.1.6", 78 "node-fetch": "^2.6.7", 79 "node-forge": "^1.3.1", 80 "npm-package-arg": "^7.0.0", 81 "ora": "3.4.0", 82 "pretty-bytes": "5.6.0", 83 "progress": "2.0.3", 84 "prompts": "^2.3.2", 85 "qrcode-terminal": "0.11.0", 86 "requireg": "^0.2.2", 87 "resolve-from": "^5.0.0", 88 "semver": "^6.3.0", 89 "send": "^0.18.0", 90 "slugify": "^1.3.4", 91 "structured-headers": "^0.4.1", 92 "tar": "^6.0.5", 93 "tempy": "^0.7.1", 94 "terminal-link": "^2.1.1", 95 "text-table": "^0.2.0", 96 "url-join": "4.0.0", 97 "uuid": "^3.4.0", 98 "wrap-ansi": "^7.0.0" 99 }, 100 "taskr": { 101 "requires": [ 102 "./taskfile-swc.js" 103 ] 104 }, 105 "devDependencies": { 106 "@expo/multipart-body-parser": "^1.0.0", 107 "@expo/ngrok": "4.1.0", 108 "@expo/webpack-config": "^0.16.20", 109 "@swc/core": "^1.2.126", 110 "@taskr/clear": "1.1.0", 111 "@taskr/esnext": "1.1.0", 112 "@taskr/watch": "1.1.0", 113 "@tsconfig/node14": "^1.0.1", 114 "@types/accepts": "^1.3.5", 115 "@types/cacache": "^15.0.1", 116 "@types/debug": "^4.1.7", 117 "@types/form-data": "^2.2.0", 118 "@types/js-yaml": "^3.12.2", 119 "@types/metro": "~0.66.1", 120 "@types/metro-core": "~0.66.0", 121 "@types/minipass": "^3.1.2", 122 "@types/npm-package-arg": "^6.1.0", 123 "@types/progress": "^2.0.5", 124 "@types/prompts": "^2.0.6", 125 "@types/send": "^0.17.1", 126 "@types/tar": "^6.1.1", 127 "@types/text-table": "^0.2.1", 128 "@types/url-join": "^4.0.0", 129 "@types/uuid": "^3.4.7", 130 "@types/webpack": "~4.41.32", 131 "@types/webpack-dev-server": "3.11.0", 132 "@types/wrap-ansi": "^8.0.1", 133 "expo-module-scripts": "^2.0.0", 134 "klaw-sync": "^6.0.0", 135 "nock": "~13.2.2", 136 "nullthrows": "^1.1.1", 137 "structured-headers": "^0.4.1", 138 "taskr": "1.1.0" 139 } 140} 141