xref: /expo/tools/package.json (revision e330c216)
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": "node bin/expotools.js",
17    "lint": "eslint ./src"
18  },
19  "author": "[email protected]",
20  "license": "MIT",
21  "dependencies": {
22    "@expo/commander": "2.21.1",
23    "@expo/json-file": "^8.2.36",
24    "@expo/spawn-async": "^1.7.0",
25    "@expo/swiftlint": "^0.1.1",
26    "@expo/xcodegen": "2.18.0-patch.1",
27    "@expo/xdl": "^59.2.1",
28    "@octokit/rest": "^19.0.4",
29    "aws-sdk": "^2.814.0",
30    "body-parser": "^1.20.0",
31    "chalk": "^4.1.2",
32    "cli-table3": "^0.6.2",
33    "cwait": "^1.1.2",
34    "diff": "^5.1.0",
35    "express": "^4.17.3",
36    "folder-hash": "^4.0.2",
37    "fs-extra": "^10.1.0",
38    "glob": "^7.2.0",
39    "glob-promise": "^4.2.2",
40    "http-proxy": "^1.18.1",
41    "inquirer": "^8.2.2",
42    "ip": "^1.1.5",
43    "jsondiffpatch": "^0.4.1",
44    "junit-report-builder": "^1.3.0",
45    "klaw-sync": "^6.0.0",
46    "lodash": "^4.17.21",
47    "marked": "^1.1.0",
48    "minimatch": "^3.0.4",
49    "ncp": "^2.0.0",
50    "node-fetch": "^2.6.7",
51    "npm-packlist": "^5.1.3",
52    "nullthrows": "^1.1.1",
53    "open": "^8.4.0",
54    "pacote": "^13.1.1",
55    "parse-diff": "^0.9.0",
56    "plist": "^3.0.6",
57    "pretty-bytes": "^5.6.0",
58    "qrcode-terminal": "^0.12.0",
59    "recursive-omit-by": "^2.0.0",
60    "semver": "^7.3.7",
61    "sharp": "^0.30.5",
62    "strip-ansi": "^6.0.0",
63    "terminal-link": "^2.1.1",
64    "typedoc": "^0.22.15",
65    "uuid": "^3.1.0",
66    "xcode": "^3.0.1"
67  },
68  "devDependencies": {
69    "@babel/core": "^7.16.0",
70    "@types/diff": "^5.0.2",
71    "@types/folder-hash": "^4.0.2",
72    "@types/fs-extra": "^9.0.13",
73    "@types/http-proxy": "^1.17.9",
74    "@types/inquirer": "^8.2.1",
75    "@types/ip": "^1.1.0",
76    "@types/klaw-sync": "^6.0.1",
77    "@types/node": "16.11.43",
78    "@types/node-fetch": "^2.6.2",
79    "@types/semver": "^7.3.12",
80    "@types/uuid": "^3.4.4",
81    "eslint": "^8.20.0",
82    "eslint-config-universe": "^11.0.0",
83    "eslint-plugin-lodash": "^7.4.0",
84    "prettier": "^2.7.1",
85    "typescript": "~4.6.4"
86  }
87}
88