xref: /expo/tools/package.json (revision bb5069cd)
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": "taskr release",
14    "watch": "taskr",
15    "clean": "rm -rf build cache",
16    "et": "node bin/expotools.js",
17    "lint": "eslint ./src taskfile.js taskfile-swc.js"
18  },
19  "taskr": {
20    "requires": [
21      "./taskfile-swc.js"
22    ]
23  },
24  "author": "[email protected]",
25  "license": "MIT",
26  "dependencies": {
27    "@expo/commander": "2.21.1",
28    "@expo/json-file": "^8.2.37",
29    "@expo/spawn-async": "^1.7.0",
30    "@expo/swiftlint": "^0.2.0",
31    "@expo/xcodegen": "2.18.0-patch.1",
32    "@expo/xdl": "^59.2.1",
33    "@octokit/rest": "^19.0.4",
34    "aws-sdk": "^2.814.0",
35    "body-parser": "^1.20.0",
36    "chalk": "^4.1.2",
37    "cli-table3": "^0.6.2",
38    "cwait": "^1.1.2",
39    "diff": "^5.1.0",
40    "express": "^4.17.3",
41    "folder-hash": "^4.0.2",
42    "fs-extra": "^10.1.0",
43    "glob": "^7.2.0",
44    "glob-promise": "^4.2.2",
45    "got": "^11.8.6",
46    "gradle-upgrade-interactive": "^0.7.4",
47    "http-proxy": "^1.18.1",
48    "inquirer": "^8.2.2",
49    "ip": "^1.1.5",
50    "jsondiffpatch": "^0.4.1",
51    "junit-report-builder": "^1.3.0",
52    "klaw-sync": "^6.0.0",
53    "lodash": "^4.17.21",
54    "marked": "^1.1.0",
55    "minimatch": "^3.0.4",
56    "ncp": "^2.0.0",
57    "node-fetch": "^2.6.7",
58    "npm-packlist": "^5.1.3",
59    "nullthrows": "^1.1.1",
60    "open": "^8.4.0",
61    "ora": "^5.4.1",
62    "pacote": "^13.1.1",
63    "parse-diff": "^0.9.0",
64    "plist": "^3.0.6",
65    "pretty-bytes": "^5.6.0",
66    "qrcode-terminal": "^0.12.0",
67    "recursive-omit-by": "^2.0.0",
68    "semver": "^7.3.7",
69    "sharp": "^0.30.5",
70    "strip-ansi": "^6.0.0",
71    "terminal-link": "^2.1.1",
72    "typedoc": "^0.23.24",
73    "xcode": "^3.0.1"
74  },
75  "devDependencies": {
76    "@babel/core": "^7.16.0",
77    "@swc/core": "^1.2.126",
78    "@taskr/clear": "1.1.0",
79    "@taskr/esnext": "1.1.0",
80    "@taskr/watch": "1.1.0",
81    "@types/diff": "^5.0.2",
82    "@types/folder-hash": "^4.0.2",
83    "@types/fs-extra": "^9.0.13",
84    "@types/http-proxy": "^1.17.9",
85    "@types/inquirer": "^8.2.1",
86    "@types/ip": "^1.1.0",
87    "@types/klaw-sync": "^6.0.1",
88    "@types/node": "^16.18.11",
89    "@types/node-fetch": "^2.6.2",
90    "@types/semver": "^7.3.12",
91    "eslint": "^8.29.0",
92    "eslint-config-universe": "^11.1.1",
93    "eslint-plugin-lodash": "^7.4.0",
94    "prettier": "^2.8.1",
95    "taskr": "1.1.0",
96    "typescript": "^4.9.4"
97  }
98}
99