xref: /expo/tools/package.json (revision e5f02478)
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    "postinstall": "expo-module configure"
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.6",
28    "@expo/spawn-async": "^1.5.0",
29    "@expo/xcodegen": "2.18.0-patch.1",
30    "@expo/xdl": "^59.1.7",
31    "@octokit/rest": "^18.5.3",
32    "aws-sdk": "^2.814.0",
33    "base-64": "^0.1.0",
34    "body-parser": "^1.18.2",
35    "chalk": "^2.1.0",
36    "cli-table3": "^0.6.0",
37    "concat-stream": "^1.6.0",
38    "connect": "^3.6.3",
39    "cwait": "^1.1.2",
40    "express": "^4.16.0",
41    "folder-hash": "^3.0.0",
42    "freeport-async": "^1.1.1",
43    "fs-extra": "^9.0.0",
44    "glob": "^7.1.2",
45    "glob-promise": "^3.4.0",
46    "globby": "^7.1.1",
47    "hash-files": "^1.1.1",
48    "hotel": "^0.8.7",
49    "http-proxy": "^1.18.1",
50    "indent-string": "^3.2.0",
51    "inquirer": "^7.1.0",
52    "ip": "^1.1.5",
53    "jsondiffpatch": "^0.3.11",
54    "junit-report-builder": "^1.3.0",
55    "klaw-sync": "^6.0.0",
56    "lodash": "^4.17.21",
57    "marked": "^1.1.0",
58    "minimatch": "^3.0.4",
59    "ncp": "^2.0.0",
60    "node-fetch": "^2.6.7",
61    "npm-packlist": "^2.1.2",
62    "nullthrows": "^1.1.0",
63    "open": "^7.1.0",
64    "ora": "^3.4.0",
65    "pacote": "^11.2.7",
66    "parse-diff": "^0.8.1",
67    "plist": "^3.0.5",
68    "pretty-bytes": "^5.6.0",
69    "qrcode-terminal": "^0.12.0",
70    "recursive-omit-by": "^2.0.0",
71    "semver": "^5.4.1",
72    "semver-regex": "^3.1.3",
73    "server-destroy": "^1.0.1",
74    "sharp": "^0.28.0",
75    "source-map-support": "^0.5.9",
76    "strip-ansi": "^6.0.0",
77    "tar": "^4.4.18",
78    "terminal-link": "^2.1.1",
79    "transformer-proxy": "^0.3.4",
80    "typedoc": "^0.22.10",
81    "uuid": "^3.1.0",
82    "ws": "^7.4.6",
83    "xcode": "^2.0.0"
84  },
85  "devDependencies": {
86    "@babel/core": "^7.16.0",
87    "@types/base-64": "^0.1.2",
88    "@types/concat-stream": "^1.6.0",
89    "@types/connect": "^3.4.35",
90    "@types/fs-extra": "^9.0.0",
91    "@types/globby": "^8.0.0",
92    "@types/http-proxy": "^1.17.8",
93    "@types/indent-string": "^3.2.0",
94    "@types/inquirer": "^0.0.44",
95    "@types/ip": "^1.1.0",
96    "@types/klaw-sync": "^6.0.0",
97    "@types/node": "^12.20.43",
98    "@types/node-fetch": "^2.5.10",
99    "@types/semver": "^7.3.5",
100    "@types/server-destroy": "^1.0.1",
101    "@types/source-map-support": "^0.5.4",
102    "@types/uuid": "^3.4.4",
103    "@types/ws": "^7.4.7",
104    "babel-preset-expo": "^9.0.2",
105    "expo-module-scripts": "^2.0.0",
106    "prettier": "^2.3.1",
107    "typescript": "~4.4.4"
108  }
109}
110