1{ 2 "name": "expotools", 3 "version": "1.0.0", 4 "description": "A set of commands and libraries for working within the Expo repository", 5 "main": "build/expotools.js", 6 "files": [ 7 "bin", 8 "build", 9 "scripts", 10 "templates" 11 ], 12 "scripts": { 13 "build": "tsc", 14 "watch": "tsc --watch", 15 "clean": "rm -rf build cache", 16 "et": "bin/expotools.js", 17 "lint": "eslint ./src" 18 }, 19 "bin": { 20 "et": "bin/expotools.js", 21 "expotools": "bin/expotools.js" 22 }, 23 "author": "[email protected]", 24 "license": "MIT", 25 "dependencies": { 26 "@expo/commander": "2.21.1", 27 "@expo/json-file": "^8.2.34", 28 "@expo/spawn-async": "^1.6.0", 29 "@expo/xcodegen": "2.18.0-patch.1", 30 "@expo/xdl": "^59.2.0", 31 "@octokit/rest": "^18.12.0", 32 "aws-sdk": "^2.814.0", 33 "body-parser": "^1.20.0", 34 "chalk": "^2.1.0", 35 "cli-table3": "^0.6.1", 36 "connect": "^3.7.0", 37 "cwait": "^1.1.2", 38 "express": "^4.17.3", 39 "folder-hash": "^4.0.2", 40 "fs-extra": "^10.0.1", 41 "glob": "^7.2.0", 42 "glob-promise": "^4.2.2", 43 "http-proxy": "^1.18.1", 44 "inquirer": "^7.3.3", 45 "ip": "^1.1.5", 46 "jsondiffpatch": "^0.4.1", 47 "junit-report-builder": "^1.3.0", 48 "klaw-sync": "^6.0.0", 49 "lodash": "^4.17.21", 50 "marked": "^1.1.0", 51 "minimatch": "^3.0.4", 52 "ncp": "^2.0.0", 53 "node-fetch": "^2.6.7", 54 "npm-packlist": "^5.0.0", 55 "nullthrows": "^1.1.1", 56 "open": "^8.4.0", 57 "pacote": "^11.2.7", 58 "parse-diff": "^0.9.0", 59 "plist": "^3.0.5", 60 "pretty-bytes": "^5.6.0", 61 "qrcode-terminal": "^0.12.0", 62 "recursive-omit-by": "^2.0.0", 63 "semver": "^7.3.6", 64 "sharp": "^0.30.3", 65 "strip-ansi": "^6.0.0", 66 "terminal-link": "^2.1.1", 67 "typedoc": "^0.22.10", 68 "uuid": "^3.1.0", 69 "ws": "^7.5.7", 70 "xcode": "^3.0.1" 71 }, 72 "devDependencies": { 73 "@babel/core": "^7.16.0", 74 "@types/connect": "^3.4.35", 75 "@types/folder-hash": "^4.0.1", 76 "@types/fs-extra": "^9.0.13", 77 "@types/http-proxy": "^1.17.8", 78 "@types/inquirer": "^7.3.3", 79 "@types/ip": "^1.1.0", 80 "@types/klaw-sync": "^6.0.1", 81 "@types/node": "^14.18.12", 82 "@types/node-fetch": "^2.6.1", 83 "@types/semver": "^7.3.9", 84 "@types/uuid": "^3.4.4", 85 "@types/ws": "^7.4.7", 86 "babel-preset-expo": "^9.0.2", 87 "eslint": "^8.12.0", 88 "eslint-config-universe": "11.0.0-beta.0", 89 "eslint-plugin-lodash": "^7.4.0", 90 "prettier": "^2.6.2", 91 "typescript": "~4.4.4" 92 } 93} 94