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": "taskr release", 14 "watch": "taskr", 15 "clean": "rm -rf build cache", 16 "et": "node bin/expotools.js", 17 "lint": "eslint ./src taskfile.js taskfile-swc.js" 18 }, 19 "taskr": { 20 "requires": [ 21 "./taskfile-swc.js" 22 ] 23 }, 24 "author": "[email protected]", 25 "license": "MIT", 26 "dependencies": { 27 "@expo/commander": "2.21.1", 28 "@expo/json-file": "^8.2.37", 29 "@expo/spawn-async": "^1.7.0", 30 "@expo/swiftlint": "^0.2.0", 31 "@expo/xcodegen": "2.18.0-patch.1", 32 "@expo/xdl": "^59.2.1", 33 "@linear/sdk": "^2.6.0", 34 "@octokit/rest": "^19.0.7", 35 "aws-sdk": "^2.814.0", 36 "body-parser": "^1.20.0", 37 "chalk": "^4.1.2", 38 "cli-table3": "^0.6.2", 39 "cwait": "^1.1.2", 40 "diff": "^5.1.0", 41 "express": "^4.17.3", 42 "folder-hash": "^4.0.2", 43 "fs-extra": "^10.1.0", 44 "glob": "^7.2.0", 45 "glob-promise": "^4.2.2", 46 "got": "^11.8.6", 47 "gradle-upgrade-interactive": "^0.7.4", 48 "http-proxy": "^1.18.1", 49 "inquirer": "^8.2.2", 50 "ip": "^1.1.5", 51 "jsondiffpatch": "^0.4.1", 52 "junit-report-builder": "^1.3.0", 53 "klaw-sync": "^6.0.0", 54 "lodash": "^4.17.21", 55 "marked": "^1.1.0", 56 "minimatch": "^3.0.4", 57 "ncp": "^2.0.0", 58 "node-fetch": "^2.6.7", 59 "npm-packlist": "^5.1.3", 60 "nullthrows": "^1.1.1", 61 "open": "^8.4.0", 62 "openai": "^3.2.1", 63 "ora": "^5.4.1", 64 "pacote": "^13.1.1", 65 "parse-diff": "^0.9.0", 66 "plist": "^3.0.6", 67 "pretty-bytes": "^5.6.0", 68 "qrcode-terminal": "^0.12.0", 69 "recursive-omit-by": "^2.0.0", 70 "semver": "^7.3.7", 71 "sharp": "^0.30.5", 72 "strip-ansi": "^6.0.0", 73 "terminal-link": "^2.1.1", 74 "typedoc": "^0.23.24", 75 "xcode": "^3.0.1" 76 }, 77 "devDependencies": { 78 "@babel/core": "^7.16.0", 79 "@swc/core": "^1.2.126", 80 "@taskr/clear": "1.1.0", 81 "@taskr/esnext": "1.1.0", 82 "@taskr/watch": "1.1.0", 83 "@types/diff": "^5.0.2", 84 "@types/folder-hash": "^4.0.2", 85 "@types/fs-extra": "^9.0.13", 86 "@types/http-proxy": "^1.17.9", 87 "@types/inquirer": "^8.2.1", 88 "@types/ip": "^1.1.0", 89 "@types/klaw-sync": "^6.0.1", 90 "@types/node": "^16.18.11", 91 "@types/node-fetch": "^2.6.2", 92 "@types/semver": "^7.3.12", 93 "eslint": "^8.29.0", 94 "eslint-config-universe": "^11.1.1", 95 "eslint-plugin-lodash": "^7.4.0", 96 "prettier": "^2.8.1", 97 "taskr": "1.1.0", 98 "typescript": "^4.9.4" 99 } 100} 101