{ "name": "expotools", "version": "1.0.0", "description": "A set of commands and libraries for working within the Expo repository", "main": "build/expotools.js", "files": [ "bin", "build", "scripts", "templates" ], "scripts": { "build": "taskr release", "watch": "taskr", "clean": "rm -rf build cache", "et": "node bin/expotools.js", "lint": "eslint ./src taskfile.js taskfile-swc.js" }, "taskr": { "requires": [ "./taskfile-swc.js" ] }, "author": "support@expo.dev", "license": "MIT", "dependencies": { "@expo/commander": "2.21.1", "@expo/json-file": "^8.2.37", "@expo/multipart-body-parser": "^1.1.0", "@expo/plist": "^0.0.20", "@expo/spawn-async": "^1.7.0", "@expo/swiftlint": "^0.52.4", "@expo/xcodegen": "2.18.0-patch.1", "@expo/xdl": "^59.2.1", "@linear/sdk": "^2.6.0", "@octokit/rest": "^19.0.7", "aws-sdk": "^2.814.0", "body-parser": "^1.20.0", "chalk": "^4.1.2", "cli-table3": "^0.6.2", "cwait": "^1.1.2", "diff": "^5.1.0", "express": "^4.17.3", "folder-hash": "^4.0.2", "fs-extra": "^10.1.0", "glob": "^7.2.0", "glob-promise": "^4.2.2", "got": "^11.8.6", "gradle-upgrade-interactive": "^0.7.4", "http-proxy": "^1.18.1", "inquirer": "^8.2.2", "ip": "^1.1.5", "jsondiffpatch": "^0.4.1", "junit-report-builder": "^1.3.0", "klaw-sync": "^6.0.0", "lodash": "^4.17.21", "marked": "^1.1.0", "minimatch": "^3.0.4", "ncp": "^2.0.0", "node-fetch": "^2.6.7", "npm-packlist": "^5.1.3", "nullthrows": "^1.1.1", "open": "^8.4.0", "openai": "^3.2.1", "ora": "^5.4.1", "pacote": "^13.1.1", "parse-diff": "^0.9.0", "plist": "^3.0.6", "pretty-bytes": "^5.6.0", "qrcode-terminal": "^0.12.0", "recursive-omit-by": "^2.0.0", "semver": "^7.5.3", "sharp": "^0.30.5", "strip-ansi": "^6.0.0", "terminal-link": "^2.1.1", "typedoc": "^0.23.24", "uuid": "^9.0.0", "xcode": "^3.0.1" }, "devDependencies": { "@babel/core": "^7.16.0", "@swc/core": "^1.2.126", "@taskr/clear": "1.1.0", "@taskr/esnext": "1.1.0", "@taskr/watch": "1.1.0", "@types/diff": "^5.0.2", "@types/folder-hash": "^4.0.2", "@types/fs-extra": "^9.0.13", "@types/http-proxy": "^1.17.9", "@types/inquirer": "^8.2.1", "@types/ip": "^1.1.0", "@types/klaw-sync": "^6.0.1", "@types/node": "^16.18.11", "@types/node-fetch": "^2.6.2", "@types/semver": "^7.5.0", "@types/uuid": "^9.0.2", "eslint": "^8.29.0", "eslint-config-universe": "^11.1.1", "eslint-plugin-lodash": "^7.4.0", "prettier": "^2.8.1", "taskr": "1.1.0", "typescript": "^5.1.3" } }