xref: /expo/tools/package.json (revision e7a5287c)
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.0",
31    "@octokit/rest": "^18.5.3",
32    "@types/base-64": "^0.1.2",
33    "@types/concat-stream": "^1.6.0",
34    "@types/connect": "^3.4.32",
35    "@types/globby": "^8.0.0",
36    "@types/http-proxy": "^1.16.2",
37    "@types/indent-string": "^3.0.0",
38    "@types/inquirer": "^0.0.43",
39    "@types/ip": "^0.0.32",
40    "@types/node": "^10.12.9",
41    "@types/server-destroy": "^1.0.0",
42    "@types/source-map-support": "^0.4.1",
43    "@types/uuid": "^3.4.4",
44    "@types/ws": "^6.0.1",
45    "aws-sdk": "^2.357.0",
46    "base-64": "^0.1.0",
47    "body-parser": "^1.18.2",
48    "chalk": "^2.1.0",
49    "cli-table3": "^0.6.0",
50    "concat-stream": "^1.6.0",
51    "connect": "^3.6.3",
52    "cwait": "^1.1.2",
53    "express": "^4.16.0",
54    "folder-hash": "^3.0.0",
55    "freeport-async": "^1.1.1",
56    "fs-extra": "^9.0.0",
57    "glob": "^7.1.2",
58    "glob-promise": "^3.4.0",
59    "globby": "^7.1.1",
60    "hash-files": "^1.1.1",
61    "hotel": "^0.8.7",
62    "http-proxy": "^1.18.1",
63    "indent-string": "^3.2.0",
64    "inquirer": "^7.1.0",
65    "ip": "^1.1.5",
66    "jsondiffpatch": "^0.3.11",
67    "junit-report-builder": "^1.3.0",
68    "klaw-sync": "^6.0.0",
69    "lodash": "^4.17.21",
70    "marked": "^1.1.0",
71    "minimatch": "^3.0.4",
72    "ncp": "^2.0.0",
73    "node-fetch": "^2.6.1",
74    "npm-packlist": "^2.1.2",
75    "nullthrows": "^1.1.0",
76    "open": "^7.1.0",
77    "ora": "^3.4.0",
78    "pacote": "^11.2.7",
79    "parse-diff": "^0.8.1",
80    "plist": "^3.0.1",
81    "qrcode-terminal": "^0.12.0",
82    "recursive-omit-by": "^2.0.0",
83    "semver": "^5.4.1",
84    "semver-regex": "^3.1.1",
85    "server-destroy": "^1.0.1",
86    "sharp": "^0.28.0",
87    "source-map-support": "^0.5.9",
88    "strip-ansi": "^6.0.0",
89    "tar": "^4.4.10",
90    "terminal-link": "^2.1.1",
91    "transformer-proxy": "^0.3.4",
92    "typedoc": "^0.20.35",
93    "uuid": "^3.1.0",
94    "ws": "^6.1.0",
95    "xcode": "^2.0.0"
96  },
97  "devDependencies": {
98    "@babel/core": "^7.9.0",
99    "@types/fs-extra": "^9.0.0",
100    "@types/klaw-sync": "^6.0.0",
101    "@types/node-fetch": "^2.5.10",
102    "@types/semver": "^7.3.5",
103    "babel-preset-expo": "^8.1.0",
104    "expo-module-scripts": "^1.2.0",
105    "prettier": "^2.0.4",
106    "typescript": "^4.0.2"
107  }
108}
109