{ "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": "tsc", "watch": "tsc --watch", "clean": "rm -rf build cache", "et": "bin/expotools.js", "postinstall": "expo-module configure" }, "bin": { "et": "bin/expotools.js", "expotools": "bin/expotools.js" }, "author": "support@expo.io", "license": "MIT", "dependencies": { "@expo/commander": "2.21.1", "@expo/json-file": "^8.2.6", "@expo/spawn-async": "^1.5.0", "@expo/xcodegen": "2.18.0-patch.1", "@expo/xdl": "^59.1.0", "@octokit/rest": "^18.5.3", "@types/base-64": "^0.1.2", "@types/concat-stream": "^1.6.0", "@types/connect": "^3.4.32", "@types/globby": "^8.0.0", "@types/http-proxy": "^1.16.2", "@types/indent-string": "^3.0.0", "@types/inquirer": "^0.0.43", "@types/ip": "^0.0.32", "@types/node": "^10.12.9", "@types/server-destroy": "^1.0.0", "@types/source-map-support": "^0.4.1", "@types/uuid": "^3.4.4", "@types/ws": "^6.0.1", "aws-sdk": "^2.357.0", "base-64": "^0.1.0", "body-parser": "^1.18.2", "chalk": "^2.1.0", "cli-table3": "^0.6.0", "concat-stream": "^1.6.0", "connect": "^3.6.3", "cwait": "^1.1.2", "express": "^4.16.0", "folder-hash": "^3.0.0", "freeport-async": "^1.1.1", "fs-extra": "^9.0.0", "glob": "^7.1.2", "glob-promise": "^3.4.0", "globby": "^7.1.1", "hash-files": "^1.1.1", "hotel": "^0.8.7", "http-proxy": "^1.18.1", "indent-string": "^3.2.0", "inquirer": "^7.1.0", "ip": "^1.1.5", "jsondiffpatch": "^0.3.11", "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.1", "npm-packlist": "^2.1.2", "nullthrows": "^1.1.0", "open": "^7.1.0", "ora": "^3.4.0", "pacote": "^11.2.7", "parse-diff": "^0.8.1", "plist": "^3.0.1", "qrcode-terminal": "^0.12.0", "recursive-omit-by": "^2.0.0", "semver": "^5.4.1", "semver-regex": "^3.1.1", "server-destroy": "^1.0.1", "sharp": "^0.28.0", "source-map-support": "^0.5.9", "strip-ansi": "^6.0.0", "tar": "^4.4.10", "terminal-link": "^2.1.1", "transformer-proxy": "^0.3.4", "typedoc": "^0.20.35", "uuid": "^3.1.0", "ws": "^6.1.0", "xcode": "^2.0.0" }, "devDependencies": { "@babel/core": "^7.9.0", "@types/fs-extra": "^9.0.0", "@types/klaw-sync": "^6.0.0", "@types/node-fetch": "^2.5.10", "@types/semver": "^7.3.5", "babel-preset-expo": "^8.1.0", "expo-module-scripts": "^1.2.0", "prettier": "^2.0.4", "typescript": "^4.0.2" } }