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": "^4.1.2", 35 "cli-table3": "^0.6.1", 36 "cwait": "^1.1.2", 37 "express": "^4.17.3", 38 "folder-hash": "^4.0.2", 39 "fs-extra": "^10.0.1", 40 "glob": "^7.2.0", 41 "glob-promise": "^4.2.2", 42 "http-proxy": "^1.18.1", 43 "inquirer": "^8.2.2", 44 "ip": "^1.1.5", 45 "jsondiffpatch": "^0.4.1", 46 "junit-report-builder": "^1.3.0", 47 "klaw-sync": "^6.0.0", 48 "lodash": "^4.17.21", 49 "marked": "^1.1.0", 50 "minimatch": "^3.0.4", 51 "ncp": "^2.0.0", 52 "node-fetch": "^2.6.7", 53 "npm-packlist": "^5.0.0", 54 "nullthrows": "^1.1.1", 55 "open": "^8.4.0", 56 "pacote": "^13.1.1", 57 "parse-diff": "^0.9.0", 58 "plist": "^3.0.5", 59 "pretty-bytes": "^5.6.0", 60 "qrcode-terminal": "^0.12.0", 61 "recursive-omit-by": "^2.0.0", 62 "semver": "^7.3.6", 63 "sharp": "^0.30.5", 64 "strip-ansi": "^6.0.0", 65 "terminal-link": "^2.1.1", 66 "typedoc": "^0.22.15", 67 "uuid": "^3.1.0", 68 "xcode": "^3.0.1" 69 }, 70 "devDependencies": { 71 "@babel/core": "^7.16.0", 72 "@types/folder-hash": "^4.0.1", 73 "@types/fs-extra": "^9.0.13", 74 "@types/http-proxy": "^1.17.8", 75 "@types/inquirer": "^8.2.1", 76 "@types/ip": "^1.1.0", 77 "@types/klaw-sync": "^6.0.1", 78 "@types/node": "^14.18.12", 79 "@types/node-fetch": "^2.6.1", 80 "@types/semver": "^7.3.9", 81 "@types/uuid": "^3.4.4", 82 "babel-preset-expo": "^9.0.2", 83 "eslint": "^8.12.0", 84 "eslint-config-universe": "11.0.0-beta.0", 85 "eslint-plugin-lodash": "^7.4.0", 86 "prettier": "^2.6.2", 87 "typescript": "~4.6.4" 88 } 89} 90